diff --git a/src/views/eam/device/devicemaintainjob/deviceMaintainOrderMain.data.ts b/src/views/eam/device/devicemaintainjob/deviceMaintainOrderMain.data.ts index 4226e24..b55d14a 100644 --- a/src/views/eam/device/devicemaintainjob/deviceMaintainOrderMain.data.ts +++ b/src/views/eam/device/devicemaintainjob/deviceMaintainOrderMain.data.ts @@ -34,15 +34,15 @@ export const DeviceMaintainOrderMain = useCrudSchemas(reactive([ fixed: 'left', }, }, - { - label: '保养计划单号', - field: 'planNumber', - sort: 'custom', - isSearch: false, - table: { - width: '150', - }, - }, + // { + // label: '保养计划单号', + // field: 'planNumber', + // sort: 'custom', + // isSearch: false, + // table: { + // width: '150', + // }, + // }, { label: '设备', field: 'deviceNumber',