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