数据分析,基础分析,表格,图片题显示图片;
This commit is contained in:
@@ -162,7 +162,7 @@ export default defineComponent({
|
|||||||
customRender,
|
customRender,
|
||||||
};
|
};
|
||||||
} else {
|
} else {
|
||||||
return {
|
const temp = {
|
||||||
...item,
|
...item,
|
||||||
title: () => <RenderTableTitle title={item.title} />,
|
title: () => <RenderTableTitle title={item.title} />,
|
||||||
dataIndex: item.key,
|
dataIndex: item.key,
|
||||||
@@ -171,8 +171,12 @@ export default defineComponent({
|
|||||||
width: 100,
|
width: 100,
|
||||||
// align: "center",
|
// align: "center",
|
||||||
fixed: index === 0 ? "left" : null,
|
fixed: index === 0 ? "left" : null,
|
||||||
customRender,
|
|
||||||
};
|
};
|
||||||
|
if(![12, 13, 14].includes(props.data.question_type)) {
|
||||||
|
temp.customRender = customRender;
|
||||||
|
}
|
||||||
|
|
||||||
|
return temp;
|
||||||
}
|
}
|
||||||
|
|
||||||
}) || [];
|
}) || [];
|
||||||
|
|||||||
Reference in New Issue
Block a user