From 53ee9208b98aa0e44a487d12c705768eaed32a47 Mon Sep 17 00:00:00 2001 From: xiangxy Date: Thu, 8 Jun 2023 18:19:37 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=9F=E4=BA=A7=E7=BB=9F=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/modules/processproduction/one.vue | 13 +++++++------ src/pages/modules/processproduction/three.vue | 8 ++++++-- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/src/pages/modules/processproduction/one.vue b/src/pages/modules/processproduction/one.vue index f43b6ef..65a9d2e 100644 --- a/src/pages/modules/processproduction/one.vue +++ b/src/pages/modules/processproduction/one.vue @@ -124,12 +124,12 @@ export default { }, mounted () { this.initData() - this.setEchart01() - this.setEchart02() - this.setEchart03() - this.setEchart04() - this.setEchart05() - this.setEchart06() + // this.setEchart01() + // this.setEchart02() + // this.setEchart03() + // this.setEchart04() + // this.setEchart05() + // this.setEchart06() }, methods: { async initData () { @@ -242,6 +242,7 @@ export default { }, setEchart02 () { let value = Number(this.finishRate2) + let val2 = 100 - Number(this.finishRate2) let title = '%' let text = '完成率' let option = { diff --git a/src/pages/modules/processproduction/three.vue b/src/pages/modules/processproduction/three.vue index 85a8e7f..d360387 100644 --- a/src/pages/modules/processproduction/three.vue +++ b/src/pages/modules/processproduction/three.vue @@ -8,10 +8,14 @@