课程报表中心内容分类修改属性

This commit is contained in:
zhangsir
2024-09-18 16:13:39 +08:00
parent 366de3d5e1
commit 87172644f2

View File

@@ -306,8 +306,8 @@ export default {
key: "oneType", key: "oneType",
align: "center", align: "center",
width: 300, width: 300,
customRender({record:{oneType,twoType,threeType}}){ customRender({record:{oneType,twoType,threeType,allType}}){
return `${oneType ? oneType : ''}${twoType ? ' / '+twoType : ''}${threeType ? ' / '+threeType : ''}`; return allType;
} }
}, },
{ {