mirror of
http://112.124.100.131/ebiz-ai/ebiz-ai-knowledge-manage.git
synced 2025-12-15 13:56:51 +08:00
feat(RenderMinerU): 添加表格编辑功能
- 在表格上方添加编辑按钮 - 点击编辑后,表格变为可编辑状态- 编辑完成后,点击返回按钮,表格恢复为只读状态 - 优化了表格渲染逻辑,为每个表格添加唯一ID- 调整了表格样式,使其支持编辑功能
This commit is contained in:
@@ -22,11 +22,7 @@
|
||||
:before-upload="handleBeforeUpload"
|
||||
:show-file-list="false"
|
||||
:file-list="fieldList"
|
||||
:data="{
|
||||
...form,
|
||||
beMinerU: form.radio === '2' ? null : form.beMinerU,
|
||||
beOcr: form.radio === '2' ? null : form.beOcr
|
||||
}"
|
||||
:data="form"
|
||||
>
|
||||
<el-empty v-if="!uploadLoading">
|
||||
<template #description>
|
||||
|
||||
Reference in New Issue
Block a user