diff --git a/src/views/eam/device/deviceSpotInspectionRecordMain/deviceSpotInspectionRecordMain.data.ts b/src/views/eam/device/deviceSpotInspectionRecordMain/deviceSpotInspectionRecordMain.data.ts index 9cf40f5..dc28025 100644 --- a/src/views/eam/device/deviceSpotInspectionRecordMain/deviceSpotInspectionRecordMain.data.ts +++ b/src/views/eam/device/deviceSpotInspectionRecordMain/deviceSpotInspectionRecordMain.data.ts @@ -25,7 +25,7 @@ export const DeviceSpotInspectionRecordMainRules = reactive({ export const DeviceSpotInspectionRecordMain = useCrudSchemas(reactive([ { - label: '编号唯一标识', + label: '巡检点检编号', field: 'number', sort: 'custom', isSearch: true,