From fba0c7ba7dc1667206538321474e368237b0e7f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=8E=E4=BD=97?= Date: Thu, 18 Jun 2026 22:46:11 +0800 Subject: [PATCH] =?UTF-8?q?fix(#732):=20=E8=AF=B7=E4=BF=AE=E5=A4=8D=20Bug?= =?UTF-8?q?=20#732=EF=BC=88=E9=87=8D=E8=AF=95=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 根因: - Bug #请修复 Bug #732(重试) 存在的问题 修复: - Review --- - Test --- - Vite build succeeded. Let me also check the file ending is clean, and verify no regressions by checking the full diff: - Verify --- - 轻量级验证: fix_commit=true changes=1 --- .../src/views/orderclosedloop/statistics/index.vue | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/healthlink-his-ui/src/views/orderclosedloop/statistics/index.vue b/healthlink-his-ui/src/views/orderclosedloop/statistics/index.vue index 6a6374ff5..8b7e008fb 100644 --- a/healthlink-his-ui/src/views/orderclosedloop/statistics/index.vue +++ b/healthlink-his-ui/src/views/orderclosedloop/statistics/index.vue @@ -18,6 +18,7 @@ {{ statistics.drugClosedRate }}% @@ -36,6 +37,7 @@ {{ statistics.labClosedRate }}% @@ -54,6 +56,7 @@ {{ statistics.examClosedRate }}% @@ -72,6 +75,7 @@ {{ statistics.treatmentClosedRate }}% @@ -152,6 +156,7 @@ > @@ -381,10 +386,4 @@ onMounted(() => { display: flex; justify-content: flex-end; } - - - :percentage="Number(statistics.drugClosedRate) || 0" - :percentage="Number(statistics.labClosedRate) || 0" - :percentage="Number(statistics.examClosedRate) || 0" - :percentage="Number(statistics.treatmentClosedRate) || 0" - :percentage="Number(scope.row.closedRate) || 0" \ No newline at end of file + \ No newline at end of file