@ -523,16 +523,16 @@ export const RepleinshRequestMain = useCrudSchemas(reactive<CrudSchema[]>([
isDetail: true,
isForm: false,
},
{
// {
label: '操作',
// label: '操作',
field: 'action',
// field: 'action',
isDetail: false,
// isDetail: false,
// isForm: false,
table: {
// table: {
width: 300,
// width: 300,
fixed: 'right'
// fixed: 'right'
// },
// label: '包装规格',
// field: 'packUnit',
@ -960,18 +960,18 @@ export const RepleinshRequestDetail = useCrudSchemas(reactive<CrudSchema[]>([
// isTableForm:false,
// hiddenInMain:true,
hiddenInMain:true,
isForm: false ,
// isForm: false ,
width: 150,
// width: 150,
isTableForm:false,
}
// }
]))
//表单校验