@ -256,9 +256,9 @@ export const InspectionJobMain = useCrudSchemas(
label: '检验类型',
field: 'inspectionType',
sort: 'custom',
isSearch: false,
dictType: DICT_TYPE.INSPECTION_TYPE,
dictClass: 'string',
isSearch: true,
form: {
component: 'Select',
componentProps: {
@ -84,6 +84,7 @@ export const InspectionSchemeMain = useCrudSchemas(
table: {
width: 175
}