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 | 15 +++++++++------ 1 files changed, 9 insertions(+), 6 deletions(-) diff --git a/src/views/mdc/base/modules/StatisticsChart/StatisticsLegend.vue b/src/views/mdc/base/modules/StatisticsChart/StatisticsLegend.vue index 4444581..51e261c 100644 --- a/src/views/mdc/base/modules/StatisticsChart/StatisticsLegend.vue +++ b/src/views/mdc/base/modules/StatisticsChart/StatisticsLegend.vue @@ -230,7 +230,6 @@ containLabel: true }, legend:{ - //璁剧疆榛樿涓嶆樉绀� selected:{ "鏇茬嚎":false, }, @@ -564,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); @@ -588,7 +587,11 @@ // console.log(res.result[0].entity.tierName) _this.$set(this.queryParam, 'tierName', res.result[0].title) } else { - this.$message.warn(res.message) + // this.$message.warn(res.message) + this.$notification.warning({ + message:'娑堟伅', + description:res.message + }); } }).finally(() => { this.loading = false @@ -625,11 +628,11 @@ this.$set(this.queryParam, 'tierName', val.title) this.$set(this.queryParam, 'equipmentId', val.equipmentId) this.queryParams.parentId = '' - this.queryParams.equipmentIds = val.equipmentId + this.queryParams.equipmentId = val.equipmentId this.searchQuery() }else{ this.queryParams.parentId = val.key - this.queryParams.equipmentIds = '' + this.queryParams.equipmentId = '' this.$set(this.queryParam, 'tierName', val.title) this.searchQuery() } -- Gitblit v1.9.3