1、文档新增详情和评论

2、新增导出word
3、预览功能调整
4、页面上图标等样式调整
This commit is contained in:
pan
2024-09-03 09:31:21 +08:00
parent 014341b671
commit 522a40ae64
16 changed files with 596 additions and 163 deletions

View File

@@ -69,3 +69,12 @@ export function getStatistics(query) {
params: query
})
}
// get导出word字段
export function exportWordList(query) {
return request({
url: '/tool/export/word/list',
method: 'get',
params: query
})
}