mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-06 17:36:44 +08:00
课程报表中心内容分类修改属性
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user