fix: 注释掉需求添加和附件上传中的标签编辑功能

This commit is contained in:
dj
2025-03-10 21:25:12 +08:00
parent 263df9e489
commit d3506d841e
2 changed files with 6 additions and 2 deletions

View File

@@ -223,7 +223,9 @@ const tableConfig = reactive({
{
prop: 'tag',
label: '标签',
align: 'center'
align: 'center',
// currentRender: ({row, index}) => (
// <el-input placeholder={row.tag} onClick={() => {}}></el-input>)
},
{
prop: 'size',