From fc4a69b2c6413b3314e21e73feeff13b6f4347c2 Mon Sep 17 00:00:00 2001 From: wbuezas Date: Tue, 9 Apr 2024 15:28:11 -0300 Subject: [PATCH] resolve conflicts in worker routes --- src/router/modules/worker.js | 25 ++++++++++--------------- 1 file changed, 10 insertions(+), 15 deletions(-) diff --git a/src/router/modules/worker.js b/src/router/modules/worker.js index b3470908e..5da5dba10 100644 --- a/src/router/modules/worker.js +++ b/src/router/modules/worker.js @@ -19,7 +19,7 @@ export default { 'WorkerNotificationsManager', 'WorkerPBX', 'WorkerLog', - 'WorkerCalendar' + 'WorkerCalendar', ], departmentCard: ['BasicData'], }, @@ -120,22 +120,8 @@ export default { import('src/pages/Worker/Card/WorkerNotificationsManager.vue'), }, { -<<<<<<< HEAD - name: 'WorkerCalendar', - path: 'calendar', - meta: { - title: 'calendar', - icon: 'calendar_today', - }, - component: () => import('src/pages/Worker/Card/WorkerCalendar.vue'), - }, - { - name: 'WorkerPda', - path: 'pda', -======= path: 'pbx', name: 'WorkerPBX', ->>>>>>> be9dd8b2b721a19295af30ff538e636ef69e890a meta: { title: 'pbx', icon: 'vn:pbx', @@ -151,6 +137,15 @@ export default { }, component: () => import('src/pages/Worker/Card/WorkerLog.vue'), }, + { + name: 'WorkerCalendar', + path: 'calendar', + meta: { + title: 'calendar', + icon: 'calendar_today', + }, + component: () => import('src/pages/Worker/Card/WorkerCalendar.vue'), + }, ], }, ],