fix: 注释掉需求添加和附件上传中的标签编辑功能
This commit is contained in:
@@ -123,7 +123,9 @@ const baseTableConf = reactive(
|
||||
{
|
||||
prop: 'tag',
|
||||
label: '标签',
|
||||
align: 'center'
|
||||
align: 'center',
|
||||
// currentRender: ({row, index}) => (
|
||||
// <el-input placeholder={row.tag} onClick={() => {}}></el-input>)
|
||||
},
|
||||
{
|
||||
prop: 'size',
|
||||
|
||||
Reference in New Issue
Block a user