Browse Source

调试

master_hella_20240701
zhaoyiran 6 months ago
parent
commit
9670c14927
  1. 2
      src/views/qms/inspectionMethod/inspectionMethod.data.ts

2
src/views/qms/inspectionMethod/inspectionMethod.data.ts

@ -20,7 +20,7 @@ export const InspectionMethod = useCrudSchemas(reactive<CrudSchema[]>([
field: 'code',
sort: 'custom',
isSearch: true,
ifForm:false,
isForm:false,
},
{
label: '描述',

Loading…
Cancel
Save