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'){ 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,