From bed9bba9ed1523e823db0507bc299c2aaa61fac5 Mon Sep 17 00:00:00 2001 From: song-cc-rock Date: Sun, 23 Apr 2023 14:35:54 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=B7=A5=E4=BD=9C=E5=8F=B0):=20=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E8=AE=A1=E5=88=92=E8=BF=9B=E5=BA=A6=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1025720 --user=宋昌昌 【工作台】我的待办-测试计划-测试进度显示错误 https://www.tapd.cn/55049933/s/1365641 --- workstation/frontend/src/business/component/PlanTableList.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/workstation/frontend/src/business/component/PlanTableList.vue b/workstation/frontend/src/business/component/PlanTableList.vue index d8baa95890..52ab08049e 100644 --- a/workstation/frontend/src/business/component/PlanTableList.vue +++ b/workstation/frontend/src/business/component/PlanTableList.vue @@ -343,6 +343,7 @@ export default { item.tags = JSON.parse(item.tags); } item.passRate = item.passRate + '%'; + item.testRate = item.testRate ? item.testRate : 0; getPrincipalById(item.id).then(res => { let data = res.data; let principal = "";