diff --git a/src/components/growthpath/StudentSeeStu.vue b/src/components/growthpath/StudentSeeStu.vue index c77087fe..2e11340e 100644 --- a/src/components/growthpath/StudentSeeStu.vue +++ b/src/components/growthpath/StudentSeeStu.vue @@ -206,7 +206,7 @@ export default { key: "progress", width: 90, align: "center", - ellipsis: true, + customRender: ({ record: { progress } }) => `${progress}%`, }, { title: "任务开始时间",