diff --git a/src/pages/Zone/Card/ZoneBasicData.vue b/src/pages/Zone/Card/ZoneBasicData.vue
index 5d57b920e..00f34b431 100644
--- a/src/pages/Zone/Card/ZoneBasicData.vue
+++ b/src/pages/Zone/Card/ZoneBasicData.vue
@@ -1,34 +1,23 @@
@@ -36,53 +25,38 @@ const agencyFilter = {
:filter="agencyFilter"
@on-fetch="(data) => (agencyOptions = data)"
auto-load
- url="agencies"
- />
- (zoneOptions = data)"
- auto-load
- url="zones"
+ url="AgencyModes"
/>
-
+
-
+
-
-
-
+
+
+
-
+
-
-
+
+
-
-
+
+
diff --git a/src/pages/Zone/Card/ZoneDescriptor.vue b/src/pages/Zone/Card/ZoneDescriptor.vue
index 8f0aa9e07..f257a3159 100644
--- a/src/pages/Zone/Card/ZoneDescriptor.vue
+++ b/src/pages/Zone/Card/ZoneDescriptor.vue
@@ -9,6 +9,7 @@ import { toTimeFormat } from 'src/filters/date';
import { toCurrency } from 'filters/index';
import useCardDescription from 'src/composables/useCardDescription';
+import ZoneDescriptorMenuItems from './ZoneDescriptorMenuItems.vue';
const $props = defineProps({
id: {
@@ -69,11 +70,10 @@ const setData = (entity) => {
-
+
- {{ console.log('entity', entity) }}
diff --git a/src/router/modules/zone.js b/src/router/modules/zone.js
index d39ed82d0..01c23c499 100644
--- a/src/router/modules/zone.js
+++ b/src/router/modules/zone.js
@@ -12,7 +12,7 @@ export default {
redirect: { name: 'ZoneMain' },
menus: {
main: ['ZoneList', 'ZoneDeliveryList', 'ZoneUpcomingList'],
- card: ['ZoneBasicData'],
+ card: ['ZoneBasicData', 'ZoneHistory'],
},
children: [
{
@@ -83,6 +83,15 @@ export default {
},
component: () => import('src/pages/Zone/Card/ZoneBasicData.vue'),
},
+ {
+ name: 'ZoneHistory',
+ path: 'history',
+ meta: {
+ title: 'log',
+ icon: 'history',
+ },
+ component: () => import('src/pages/Zone/Card/ZoneLog.vue'),
+ },
// {
// path: '/zone/delivery',
// name: 'ZoneDeliveryMain',