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' },