refactor: refs #8606 deleted code and fixed translation

This commit is contained in:
Jon Elias 2025-03-07 07:44:31 +01:00
parent ac84537e19
commit 504f70ab55
3 changed files with 1 additions and 11 deletions

View File

@ -47,7 +47,6 @@ const params = computed(() => ({
started: props.firstDay,
ended: props.lastDay,
}));
console.log('params: ', params);
const arrayData = useArrayData('ZoneEvents', {
params: params,
url: `Zones/getEventsFiltered`,

View File

@ -11,7 +11,6 @@ zone:
m3Max: Max m³
deleteTitle: This item will be deleted
deleteSubtitle: Are you sure you want to continue?
volumetric: Volumetric
bonus: Bonus
closing: Closing
travelingDays: Traveling days
@ -34,6 +33,7 @@ list:
confirmCloneTitle: All it's properties will be copied
confirmCloneSubtitle: Do you want to clone this zone?
warehouse: Warehouse
isVolumetric: Volumetric
createZone: Create zone
zoneSummary: Summary
addressFk: Address

View File

@ -113,15 +113,6 @@ export default {
zoneCard,
],
},
{
path: 'create',
name: 'ZoneCreate',
meta: {
title: 'zoneCreate',
icon: 'add',
},
component: () => import('src/pages/Zone/ZoneList.vue'),
},
{
path: 'delivery-days',
name: 'ZoneDeliveryDays',