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