diff --git a/src/views/logisticsManagement/storagelocationBasic.vue b/src/views/logisticsManagement/storagelocationBasic.vue index ee845a8..2eec463 100644 --- a/src/views/logisticsManagement/storagelocationBasic.vue +++ b/src/views/logisticsManagement/storagelocationBasic.vue @@ -93,6 +93,13 @@ export default { sortable: true, span: 12, }, + { + label: '占用时间', + prop: 'updateTime', + search: true, + sortable: true, + span: 12, + }, { label: '库位状态', prop: 'locationStatus',