From f45fef1ab39baded3aa51d026cebb852363f694a Mon Sep 17 00:00:00 2001 From: bb_pan Date: Mon, 7 Jul 2025 16:31:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../materialsStation/equipment/equipmentTracking/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/materialsStation/equipment/equipmentTracking/index.vue b/src/views/materialsStation/equipment/equipmentTracking/index.vue index 15f7add0..7a3a94bc 100644 --- a/src/views/materialsStation/equipment/equipmentTracking/index.vue +++ b/src/views/materialsStation/equipment/equipmentTracking/index.vue @@ -112,7 +112,7 @@ export default { { label: '设备类型', prop: 'typeCode' }, { label: '规格型号', prop: 'maModel' }, { label: '设备编号', prop: 'maCode' }, - { label: '设备状态', prop: 'maStatus' }, + // { label: '设备状态', prop: 'maStatus' }, { label: '本次检验时间', prop: 'thisCheckTime' }, { label: '本次检验人员', prop: 'checkMan' }, { label: '下次检验时间', prop: 'nextCheckTime' },