From 7da8c68aaa666571df1e79488a776e182bfd92e7 Mon Sep 17 00:00:00 2001 From: "xinxin.wu" Date: Fri, 20 Dec 2024 14:08:55 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=B7=A5=E4=BD=9C=E5=8F=B0):=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E6=B5=8B=E8=AF=95=E8=AE=A1=E5=88=92=E6=95=B0=E9=87=8F?= =?UTF-8?q?=E5=8D=A1=E7=89=87=E5=B7=B2=E5=BD=92=E6=A1=A3=E6=82=AC=E6=B5=AE?= =?UTF-8?q?tooltip=E6=96=87=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/workbench/homePage/components/testPlanCount.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/frontend/src/views/workbench/homePage/components/testPlanCount.vue b/frontend/src/views/workbench/homePage/components/testPlanCount.vue index ebc8d27ed7..d8c127c1f1 100644 --- a/frontend/src/views/workbench/homePage/components/testPlanCount.vue +++ b/frontend/src/views/workbench/homePage/components/testPlanCount.vue @@ -40,7 +40,11 @@ class="mr-[8px] text-center text-[var(--color-text-brand)]" @click="goNavigation(passItem, index, true)" > - {{ hasPermission ? addCommasToNumber(passItem.archivedPassed || 0) : '-' }} + + + {{ hasPermission ? addCommasToNumber(passItem.archivedPassed || 0) : '-' }} + +