1
0

feat: 实现整书导出

This commit is contained in:
2025-09-29 14:09:24 +08:00
parent cf5f7470c6
commit 46b1aa8853
2 changed files with 51 additions and 0 deletions

View File

@@ -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',