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

This commit is contained in:
zhangsir
2024-09-18 17:04:02 +08:00
parent 87172644f2
commit 444c4758b0

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,allType}}){ customRender({record:{oneType,twoType,threeType,type}}){
return allType; return type.split('-').join(' / ');
} }
}, },
{ {