mirror of
http://112.124.100.131/ebiz-ai/ebiz-ai-knowledge-manage.git
synced 2025-12-10 03:16:49 +08:00
feat(RenderMinerU): 添加表格编辑功能
- 在表格上方添加编辑按钮 - 点击编辑后,表格变为可编辑状态- 编辑完成后,点击返回按钮,表格恢复为只读状态 - 优化了表格渲染逻辑,为每个表格添加唯一ID- 调整了表格样式,使其支持编辑功能
This commit is contained in:
@@ -46,9 +46,9 @@ export default {
|
||||
name: 'create',
|
||||
data() {
|
||||
return {
|
||||
visible: false,
|
||||
visible: true,
|
||||
active: 0,
|
||||
documentId: ''
|
||||
documentId: '1361352503568994304'
|
||||
}
|
||||
},
|
||||
props: {},
|
||||
|
||||
Reference in New Issue
Block a user