Zone create #371

Merged
jsegarra merged 5 commits from :feature/ZoneCreate into dev 2024-05-15 07:49:35 +00:00
3 changed files with 11 additions and 10 deletions
Showing only changes of commit 2b27e39d72 - Show all commits

View File

@ -60,7 +60,7 @@ const setData = (entity) => {
flat
dense
size="md"
icon="preview"
icon="vn:zone"
color="white"
class="link"
:to="{ name: 'ZoneList' }"

View File

@ -19,6 +19,7 @@ const newZoneForm = reactive({
price: 0.2,
bonus: 0.2,
hour: Date.vnNew(),
isVolumetric: false,
});
const warehousesOptions = ref([]);
const agencyOptions = ref([]);

View File

@ -48,15 +48,15 @@ export default {
},
component: () => import('src/pages/Zone/ZoneCreate.vue'),
},
{
path: 'counter',
name: 'ZoneCounter',
meta: {
title: 'zoneCounter',
icon: 'add_circle',
},
component: () => import('src/pages/Zone/ZoneCounter.vue'),
},
// {
// path: 'counter',
// name: 'ZoneCounter',
// meta: {
// title: 'zoneCounter',
// icon: 'add_circle',
// },
// component: () => import('src/pages/Zone/ZoneCounter.vue'),
// },
],
},
{