From e9a3fe95a1b1f6c1c220b2614fd30639f06b0f92 Mon Sep 17 00:00:00 2001 From: zhaoyun Date: Thu, 18 Jun 2026 22:40:55 +0800 Subject: [PATCH 1/2] =?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 | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/healthlink-his-ui/src/views/orderclosedloop/statistics/index.vue b/healthlink-his-ui/src/views/orderclosedloop/statistics/index.vue index a33f27f99..6a6374ff5 100644 --- a/healthlink-his-ui/src/views/orderclosedloop/statistics/index.vue +++ b/healthlink-his-ui/src/views/orderclosedloop/statistics/index.vue @@ -18,7 +18,6 @@ {{ statistics.drugClosedRate }}% @@ -37,7 +36,6 @@ {{ statistics.labClosedRate }}% @@ -56,7 +54,6 @@ {{ statistics.examClosedRate }}% @@ -75,7 +72,6 @@ {{ statistics.treatmentClosedRate }}% @@ -156,7 +152,6 @@ > @@ -387,3 +382,9 @@ onMounted(() => { 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 From aa4a582981cac9314dc7364cf395cbabaa2555d3 Mon Sep 17 00:00:00 2001 From: zhaoyun Date: Thu, 18 Jun 2026 22:49:02 +0800 Subject: [PATCH 2/2] =?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