@ -21,17 +21,23 @@ export const ItemApplyMain = useCrudSchemas(reactive<CrudSchema[]>([
fixed: 'left'
},
{
label: '申领人',
field: 'applyName',
sort: 'custom',
isForm: false,
isSearch: false,
label: '审批人',
field: 'approveId',
field: 'approveName',
label: '出库人',
field: 'outId',
field: 'outName',