@ -42,13 +42,13 @@ export const ReceivedNumberDeliMain = useCrudSchemas(reactive<CrudSchema[]>([
}
},
// {
{
// label: '操作',
label: '操作',
// field: 'action',
field: 'action',
// isForm: false,
isForm: false,
// table: {
table: {
// width: 150,
width: 150,
// fixed: 'right'
fixed: 'right'
// }
]))