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

@@ -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>