库位管理增加占用时间

dev-scheduling
zhangdi 7 days ago
parent 3258739c06
commit 80695943b0
  1. 7
      src/views/logisticsManagement/storagelocationBasic.vue

@ -93,6 +93,13 @@ export default {
sortable: true, sortable: true,
span: 12, span: 12,
}, },
{
label: '占用时间',
prop: 'updateTime',
search: true,
sortable: true,
span: 12,
},
{ {
label: '库位状态', label: '库位状态',
prop: 'locationStatus', prop: 'locationStatus',

Loading…
Cancel
Save