Browse Source

YT-2114:受入号便次配置,便次超过6个显示不全

intex_online20250327
songguoqiang 4 weeks ago
parent
commit
fef54e0cab
  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: '操作', label: '操作',
// field: 'action', field: 'action',
// isForm: false, isForm: false,
// table: { table: {
// width: 150, width: 150,
// fixed: 'right' fixed: 'right'
// } }
// } }
])) ]))

Loading…
Cancel
Save