@ -189,19 +189,19 @@ export const DeliverRecordMain = useCrudSchemas(
},
isForm: false,
{
label: '操作',
field: 'action',
isDetail: false,
isTable: false,
table: {
width: 150,
fixed: 'right'
hiddenInMain: true,
isTableForm: false,
}
// {
// label: '操作',
// field: 'action',
// isDetail: false,
// isForm: false,
// isTable: false,
// table: {
// width: 150,
// fixed: 'right'
// },
// hiddenInMain: true,
// isTableForm: false,
// }
])
)
@ -268,7 +268,7 @@ export const DeliverRecordDetail = useCrudSchemas(reactive<CrudSchema[]>([
label: '背番',
field: 'itemDesc1',
field: 'backNumber',
sort: 'custom',
width: 150