@ -139,15 +139,15 @@ export const SaleShipmentMainRecord = useCrudSchemas(reactive<CrudSchema[]>([
sort: 'custom',
isTable:false
},
{
// {
label: '操作',
// label: '操作',
field: 'action',
// field: 'action',
isForm: false,
// isForm: false,
table: {
// table: {
width: 150,
// width: 150,
fixed: 'right'
// fixed: 'right'
}
// }
]))
// 表单校验