@ -911,18 +911,18 @@ export const ProductreceiptJobDetail = useCrudSchemas(reactive<CrudSchema[]>([
width: 150
},
{
// {
label: '操作',
// label: '操作',
hiddenInMain:true,
// hiddenInMain:true,
field: 'action',
// field: 'action',
isDetail: false,
// isDetail: false,
isForm: false ,
// isForm: false ,
table: {
// table: {
width: 150,
// width: 150,
fixed: 'right'
// fixed: 'right'
// },
isTableForm:false,
// isTableForm:false,
}
// }
]))
//表单校验