From 89b71d5aa292a321bf3afc0a6a81ab3016690462 Mon Sep 17 00:00:00 2001 From: juzi <819872918@qq.com> Date: Mon, 17 Jun 2024 13:40:30 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=8A=A5=E8=A1=A8=E6=A0=B7=E5=BC=8F2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/report/chipOEEBM/index.vue | 24 +- src/views/report/chipOutputBM/index.vue | 24 +- src/views/report/chipPerCapitaBM/index.vue | 24 +- src/views/report/chipYieldBM/index.vue | 24 +- .../report/completionStatusIntrBM/index.vue | 265 ++++++++++++++++++ src/views/report/components/bmLineBar.vue | 44 ++- .../report/conversionEfficiencyBM/index.vue | 24 +- src/views/report/ftoOutputBM/index.vue | 24 +- src/views/report/packageOEEBM/index.vue | 24 +- src/views/report/scOutputBM/index.vue | 24 +- src/views/report/scPerCapitaBM/index.vue | 24 +- src/views/report/scYieldBM/index.vue | 24 +- src/views/report/turnoverRateBM/index.vue | 24 +- 13 files changed, 456 insertions(+), 117 deletions(-) create mode 100644 src/views/report/completionStatusIntrBM/index.vue diff --git a/src/views/report/chipOEEBM/index.vue b/src/views/report/chipOEEBM/index.vue index ff02fc7..55ee913 100644 --- a/src/views/report/chipOEEBM/index.vue +++ b/src/views/report/chipOEEBM/index.vue @@ -2,6 +2,9 @@