fix:修复我的问卷操作列点击报错问题

This commit is contained in:
du.meimei
2025-05-17 21:07:55 +08:00
parent da36f3ffab
commit d999db90c1

View File

@@ -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,