@ -58,6 +58,18 @@ export const ItemInLocation = useCrudSchemas(reactive<CrudSchema[]>([
sort: 'custom',
isSearch: false,
},
{
label: '批次',
field: 'batch',
isTable: true,
isForm: true,
form: {
componentProps: {
disabled: true
}
label: '创建人',
field: 'creator',