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