mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-06 09:26:44 +08:00
课程报表中心内容分类修改属性
This commit is contained in:
@@ -306,8 +306,8 @@ export default {
|
||||
key: "oneType",
|
||||
align: "center",
|
||||
width: 300,
|
||||
customRender({record:{oneType,twoType,threeType}}){
|
||||
return `${oneType ? oneType : ''}${twoType ? ' / '+twoType : ''}${threeType ? ' / '+threeType : ''}`;
|
||||
customRender({record:{oneType,twoType,threeType,allType}}){
|
||||
return allType;
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user