@ -27,6 +27,12 @@ export const ItemOutLocation = useCrudSchemas(reactive<CrudSchema[]>([
sort: 'custom',
isSearch: true,
},
{
label: '批次',
field: 'batch',
isSearch: false,
label: '类型',
field: 'type',
@ -61,4 +67,4 @@ export const ItemOutLocation = useCrudSchemas(reactive<CrudSchema[]>([
fixed: 'right'
}
]))