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