From e5ba8ad74ed9ebc28b0500cc531fb9bdad516980 Mon Sep 17 00:00:00 2001
From: zhuzhuanzhuan
Date: 星期五, 18 八月 2023 18:13:47 +0800
Subject: [PATCH] 统计图表和统计分析界面调整

---
 src/views/mdc/base/modules/StatisticsChart/StatisticsLegend.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/mdc/base/modules/StatisticsChart/StatisticsLegend.vue b/src/views/mdc/base/modules/StatisticsChart/StatisticsLegend.vue
index fc95775..51e261c 100644
--- a/src/views/mdc/base/modules/StatisticsChart/StatisticsLegend.vue
+++ b/src/views/mdc/base/modules/StatisticsChart/StatisticsLegend.vue
@@ -563,8 +563,8 @@
               this.StatCharOpeningRate = res.result.openRate;
               this.StatCharUsedRate = res.result.utilizationRate;
               this.UtilizationHeight = res.result.openRate;
-              this.StatCharUsedopeningRate = res.result.StartupHeight;
-              this.StartupHeight = res.result.StartupHeight;
+              this.StatCharUsedopeningRate = res.result.usedOpenRate;
+              this.StartupHeight = res.result.usedOpenRate;
               this.openingLong = this.getTime(res.result.openLong)
               this.waitingLong = this.getTime(res.result.waitLong);
               this.processLong = this.getTime(res.result.processLong);

--
Gitblit v1.9.3