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