feat(RenderMinerU): 优化表格识别和编辑功能

- 添加表格重新识别功能,支持对选定表格进行重新识别和编辑
- 优化表格编辑界面,增加撤销和重做功能
- 改进表格数据处理逻辑,提高识别准确性和编辑体验
-调整表格按钮样式和布局,增加图标和提示
This commit is contained in:
陈昱达
2025-04-18 16:13:04 +08:00
parent cda4562761
commit 4e938e0bba
5 changed files with 160 additions and 31 deletions

View File

@@ -50,9 +50,9 @@ export default {
name: 'create',
data() {
return {
visible: false,
visible: true,
active: 0,
documentId: '1361407835582337024'
documentId: '1362161577009188864'
}
},
props: {},