From aa4a582981cac9314dc7364cf395cbabaa2555d3 Mon Sep 17 00:00:00 2001 From: zhaoyun Date: Thu, 18 Jun 2026 22:49:02 +0800 Subject: [PATCH] =?UTF-8?q?fix(#732):=20zhaoyun=20(=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E5=90=88=E5=85=A5)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../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