From 95a0a7ec12bdf1b3f58c5f2b340417c2b839e21a Mon Sep 17 00:00:00 2001 From: Pengxiansen <2422914688@qq.com> Date: Thu, 27 Feb 2025 16:40:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/growthpath/StudentSeeStu.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: "任务开始时间",