Browse Source

去掉json

master_hella_20240701
liuchen864 7 months ago
parent
commit
626216f242
  1. 6
      src/views/qms/inspection/inspectionJob/inspectionJobMain.data.ts
  2. 11
      src/views/qms/inspection/inspectionRecord/inspectionRecordMain.data.ts

6
src/views/qms/inspection/inspectionJob/inspectionJobMain.data.ts

@ -163,12 +163,6 @@ export const InspectionJobMain = useCrudSchemas(reactive<CrudSchema[]>([
width: 150
}
},
// {
// label: '检验方案Json',
// field: 'inspectionSchemeJson',
// sort: 'custom',
// isSearch: false,
// },
{
label: '检验批次',
field: 'inspectionBatch',

11
src/views/qms/inspection/inspectionRecord/inspectionRecordMain.data.ts

@ -78,17 +78,6 @@ export const InspectionRecordMain = useCrudSchemas(reactive<CrudSchema[]>([
width: 150
}
},
{
label: '检验方案Json',
field: 'inspectionSchemeJson',
sort: 'custom',
isSearch: false,
isForm:false,
isTable:false,
table: {
width: 150
}
},
{
label: '检验批次',
field: 'inspectionBatch',

Loading…
Cancel
Save