feat(RenderMinerU): 添加表格编辑功能

- 在表格上方添加编辑按钮
- 点击编辑后,表格变为可编辑状态- 编辑完成后,点击返回按钮,表格恢复为只读状态
- 优化了表格渲染逻辑,为每个表格添加唯一ID- 调整了表格样式,使其支持编辑功能
This commit is contained in:
陈昱达
2025-04-14 15:33:14 +08:00
parent b3af3feffe
commit 6c8212b031
9 changed files with 202 additions and 113 deletions

View File

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