From 22a3353e2bc865cd04784f522614be4c84162336 Mon Sep 17 00:00:00 2001 From: yinq <1345442242@qq.com> Date: Mon, 20 Nov 2023 17:40:09 +0800 Subject: [PATCH] =?UTF-8?q?update=20-=20=E7=82=B9=E6=A3=80=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E5=88=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/report/electricalInspection/index.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/report/electricalInspection/index.vue b/src/views/report/electricalInspection/index.vue index 20326e1..75190e3 100644 --- a/src/views/report/electricalInspection/index.vue +++ b/src/views/report/electricalInspection/index.vue @@ -87,8 +87,8 @@ - + @@ -265,12 +265,12 @@ export default { // 表单校验 rules: {}, columns: [ - { key: 0, label: `唯一标识`, visible: true }, + { key: 0, label: `唯一标识`, visible: false }, { key: 1, label: `测试总结果`, visible: true }, { key: 2, label: `产品条码`, visible: true }, { key: 3, label: `测试时间`, visible: true }, - { key: 4, label: `测试数据`, visible: true }, - { key: 5, label: `记录时间`, visible: true } + { key: 4, label: `测试数据`, visible: false }, + { key: 5, label: `记录时间`, visible: false } ] } },