refactor: refs #8606 deleted code and fixed translation
This commit is contained in:
parent
ac84537e19
commit
504f70ab55
|
@ -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`,
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue