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 @@