feat: 实现整书导出
This commit is contained in:
@@ -159,6 +159,14 @@ function Bookshelf() {
|
||||
actionType: 'dialog',
|
||||
dialog: detailDialog(),
|
||||
},
|
||||
{
|
||||
type: 'action',
|
||||
label: '导出',
|
||||
level: 'link',
|
||||
size: 'sm',
|
||||
actionType: 'download',
|
||||
api: `${commonInfo.baseUrl}/book/export/\${id}`,
|
||||
},
|
||||
{
|
||||
className: 'text-danger btn-deleted',
|
||||
type: 'action',
|
||||
|
||||
Reference in New Issue
Block a user