Browse Source

BUG修改

hella_online_20240829
parent
commit
274cd7b971
  1. 13
      src/views/qms/inspectionJob/inspectionJobMain.data.ts

13
src/views/qms/inspectionJob/inspectionJobMain.data.ts

@ -560,6 +560,18 @@ export const InspectionJobMain = useCrudSchemas(
} }
} }
}, },
{
label: '状态',
field: 'status',
dictType: DICT_TYPE.JOB_STATUS,
dictClass: 'string',
isForm: false,
isTable: true,
sort: 'custom',
table: {
width: 150
}
},
{ {
label: '创建时间', label: '创建时间',
field: 'createTime', field: 'createTime',
@ -624,6 +636,7 @@ export const InspectionJobMain = useCrudSchemas(
width: 150 width: 150
} }
}, },
{ {
label: '操作', label: '操作',
field: 'action', field: 'action',

Loading…
Cancel
Save