From 23cf4aaa1e388b877fe436fbc175b2c89f11cb0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=98937886381=E2=80=99?= <‘937886381@qq.com’> Date: Mon, 1 Jul 2024 15:27:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/report/comprehensiveData.vue | 3 ++- src/views/report/produceConversion.vue | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/report/comprehensiveData.vue b/src/views/report/comprehensiveData.vue index a15571d..b4d9c5b 100644 --- a/src/views/report/comprehensiveData.vue +++ b/src/views/report/comprehensiveData.vue @@ -1,7 +1,7 @@ @@ -326,6 +326,7 @@ export default { } }, async getDataList() { + console.log(this.listQuery.type); if (this.listQuery.type == null) { return this.$message('请选择时间维度') } diff --git a/src/views/report/produceConversion.vue b/src/views/report/produceConversion.vue index 0755eda..7b0b4ea 100644 --- a/src/views/report/produceConversion.vue +++ b/src/views/report/produceConversion.vue @@ -247,7 +247,7 @@ export default { yAxis: [ { type: "value", - name: "单位/片", + name: "单位/MW", // min: function (value) {//取最小值向下取整为最小刻度 // return 0 // }, -- 2.24.3