From 34608a9bc937480e1c68811e4baf086ce273d45d Mon Sep 17 00:00:00 2001 From: zhangdi <15053473693@163.com> Date: Thu, 5 Feb 2026 15:18:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AD=90=E4=BB=B6=E6=98=AF?= =?UTF-8?q?=E5=90=A6=E7=94=B5=E9=95=80=E7=9A=84=E9=BB=98=E8=AE=A4=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/processMainte/dsPartBasicInfo.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/processManagement/components/processMainte/dsPartBasicInfo.vue b/src/views/processManagement/components/processMainte/dsPartBasicInfo.vue index 97d0bf1..49d91a0 100644 --- a/src/views/processManagement/components/processMainte/dsPartBasicInfo.vue +++ b/src/views/processManagement/components/processMainte/dsPartBasicInfo.vue @@ -628,9 +628,9 @@ export default { this.data.forEach(item => { item.$cellEdit = true; item.totalArea = (item.quota * item.area).toFixed(5); // 保留5位小数(字符串) - if (item.sinTerType == 1 && item.partName.indexOf('A1') > -1) { - item.isElectroplating = '1'; - } + // if (item.sinTerType == 1 && item.partName.indexOf('A1') > -1) { + // item.isElectroplating = '1'; + // } }); }