From 78d387b2c6640563e31ed428aabdcabc2ad07a7a Mon Sep 17 00:00:00 2001 From: juzi <819872918@qq.com> Date: Wed, 19 Jun 2024 16:50:44 +0800 Subject: [PATCH] 1 --- src/views/report/chipOutputBM/index.vue | 2 +- src/views/report/scOutputBM/index.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/report/chipOutputBM/index.vue b/src/views/report/chipOutputBM/index.vue index d3d09e1..85f2627 100644 --- a/src/views/report/chipOutputBM/index.vue +++ b/src/views/report/chipOutputBM/index.vue @@ -201,7 +201,7 @@ export default { res.data.forEach((item) => { let obj = {}; obj.factory = item.factory; - obj.item = "FTO投入"; + obj.item = "芯片产量"; obj.unit = "片"; obj.lastone = item.lastone.total; obj.currentone = item.currentone.total; diff --git a/src/views/report/scOutputBM/index.vue b/src/views/report/scOutputBM/index.vue index 6cff781..068dd5d 100644 --- a/src/views/report/scOutputBM/index.vue +++ b/src/views/report/scOutputBM/index.vue @@ -201,7 +201,7 @@ export default { res.data.forEach((item) => { let obj = {}; obj.factory = item.factory; - obj.item = "FTO投入"; + obj.item = "标准组件产量"; obj.unit = "片"; obj.lastone = item.lastone.total; obj.currentone = item.currentone.total; -- 2.24.3