diff --git a/src/views/logisticsManagement/logisticsDistribution.vue b/src/views/logisticsManagement/logisticsDistribution.vue
index 3509548..82886c3 100644
--- a/src/views/logisticsManagement/logisticsDistribution.vue
+++ b/src/views/logisticsManagement/logisticsDistribution.vue
@@ -150,6 +150,13 @@ export default {
label: 'wcName',
value: 'id',
},
+ },
+ {
+ label: '区域',
+ prop: 'stationRegion',
+ search: false,
+ sortable: true,
+ span: 12,
},
{
label: '状态',
diff --git a/src/views/logisticsManagement/siteBasic.vue b/src/views/logisticsManagement/siteBasic.vue
index 7c6e299..8bb16a4 100644
--- a/src/views/logisticsManagement/siteBasic.vue
+++ b/src/views/logisticsManagement/siteBasic.vue
@@ -23,7 +23,7 @@
- 占用
占用
+ 预占用
{{ scope.row.stationPosition }}楼
@@ -177,6 +180,10 @@ export default {
label: '闲置',
value: 0,
},
+ {
+ label: '预占用',
+ value: 2,
+ },
],
},
{