fix:修复我的问卷操作列点击报错问题
This commit is contained in:
@@ -508,15 +508,15 @@ export default defineComponent({
|
|||||||
// 创建新的列定义对象
|
// 创建新的列定义对象
|
||||||
if (key === 'tag'){
|
if (key === 'tag'){
|
||||||
column = {
|
column = {
|
||||||
title: '问卷标签',
|
title: '问卷标签',
|
||||||
key: 'tag[0].title',
|
key: 'tag[0].title',
|
||||||
dataIndex: 'tag[0].title',
|
dataIndex: 'tag[0].title',
|
||||||
// align: "center",
|
// align: "center",
|
||||||
slots: {
|
slots: {
|
||||||
customRender: 'tag'
|
customRender: 'tag'
|
||||||
},
|
},
|
||||||
width: 120
|
width: 120
|
||||||
}
|
}
|
||||||
}else{
|
}else{
|
||||||
column = {
|
column = {
|
||||||
title: item.title,
|
title: item.title,
|
||||||
|
|||||||
Reference in New Issue
Block a user