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