@ -331,15 +331,15 @@ export const PurchasereturnRecordMain = useCrudSchemas(reactive<CrudSchema[]>([
width: 150
},
{
// {
label: '原因',
// label: '原因',
field: 'available',
// field: 'available',
sort: 'custom',
// sort: 'custom',
table: {
// table: {
// width: 150
// },
isTable: true,
// isTable: true,
label: '创建时间',
field: 'createTime',
@ -608,7 +608,7 @@ export const PurchasereceiptJobMain = useCrudSchemas(reactive<CrudSchema[]>([
isDetail: false,
isForm: false,
width: 120,
width: 150,
fixed: 'right'