Browse Source

Merge branch 'intex' of http://dev.ccwin-in.com:3000/sfms3.0/sfms3.0-ui into intex

intex_online20250327
赵雪冰 3 weeks ago
parent
commit
833b279437
  1. 18
      src/views/wms/basicDataManage/receivedNumberDeliMain/receivedNumberDeliMain.data.ts

18
src/views/wms/basicDataManage/receivedNumberDeliMain/receivedNumberDeliMain.data.ts

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

Loading…
Cancel
Save