Browse Source

Merge branch 'master_hella' of http://dev.ccwin-in.com:3000/sfms3.0/sfms3.0-ui into master_hella

master_hella_20240701
songguoqiang 7 months ago
parent
commit
1567a063f3
  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