diff --git a/src/views/report/Curriculum.vue b/src/views/report/Curriculum.vue index 8f08d674..43b165a1 100644 --- a/src/views/report/Curriculum.vue +++ b/src/views/report/Curriculum.vue @@ -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; } }, {