From 70d3097b2b809ba5e8ab5a9f28c9f37b147a4042 Mon Sep 17 00:00:00 2001 From: yinq Date: Thu, 21 Mar 2024 16:50:20 +0800 Subject: [PATCH] =?UTF-8?q?update=20-=20=E7=94=B5=E6=A3=80=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E5=BC=82=E5=B8=B8=E7=BB=93=E6=9E=9C=E9=A1=B9=E6=98=BE?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../report/electricalInspection/index.vue | 111 ++++++++---------- 1 file changed, 52 insertions(+), 59 deletions(-) diff --git a/src/views/report/electricalInspection/index.vue b/src/views/report/electricalInspection/index.vue index f3c31f9..b8dc4d0 100644 --- a/src/views/report/electricalInspection/index.vue +++ b/src/views/report/electricalInspection/index.vue @@ -45,29 +45,29 @@ - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + @@ -153,21 +155,21 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + 电检数据明细信息 @@ -181,33 +183,22 @@ @selection-change="handleDetailElectricalinspectionSelectionChange" ref="detailElectricalinspection" > - - - - - + - - - - + - - - - + - - - - + - + - + + + @@ -215,7 +206,7 @@ @@ -282,7 +273,9 @@ export default { { key: 2, label: `产品条码`, visible: true }, { key: 3, label: `测试时间`, visible: true }, { key: 4, label: `测试数据`, visible: false }, - { key: 5, label: `记录时间`, visible: false } + { key: 5, label: `记录时间`, visible: false }, + { key: 6, label: `产品型号`, visible: true }, + { key: 7, label: `异常描述`, visible: true } ] } },