From 05b5f4bea4c310aa8eab16148aa101f6a794db6a Mon Sep 17 00:00:00 2001 From: Pengxiansen <2422914688@qq.com> Date: Sat, 1 Mar 2025 01:27:27 +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/views/report/growthpathmap.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/report/growthpathmap.vue b/src/views/report/growthpathmap.vue index d2364d6e..b94cf8a1 100644 --- a/src/views/report/growthpathmap.vue +++ b/src/views/report/growthpathmap.vue @@ -226,7 +226,7 @@ export default { align: "center", width: 90, customRender: ({ record: { learningRatio } }) => - `${learningRatio * 100}%`, + learningRatio ? `${learningRatio * 100}%` : "0%", }, { title: "完成人数",