forked from verdnatura/salix-front
resolve conflicts in worker routes
This commit is contained in:
parent
c3835dfd7a
commit
fc4a69b2c6
|
@ -19,7 +19,7 @@ export default {
|
||||||
'WorkerNotificationsManager',
|
'WorkerNotificationsManager',
|
||||||
'WorkerPBX',
|
'WorkerPBX',
|
||||||
'WorkerLog',
|
'WorkerLog',
|
||||||
'WorkerCalendar'
|
'WorkerCalendar',
|
||||||
],
|
],
|
||||||
departmentCard: ['BasicData'],
|
departmentCard: ['BasicData'],
|
||||||
},
|
},
|
||||||
|
@ -120,22 +120,8 @@ export default {
|
||||||
import('src/pages/Worker/Card/WorkerNotificationsManager.vue'),
|
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',
|
path: 'pbx',
|
||||||
name: 'WorkerPBX',
|
name: 'WorkerPBX',
|
||||||
>>>>>>> be9dd8b2b721a19295af30ff538e636ef69e890a
|
|
||||||
meta: {
|
meta: {
|
||||||
title: 'pbx',
|
title: 'pbx',
|
||||||
icon: 'vn:pbx',
|
icon: 'vn:pbx',
|
||||||
|
@ -151,6 +137,15 @@ export default {
|
||||||
},
|
},
|
||||||
component: () => import('src/pages/Worker/Card/WorkerLog.vue'),
|
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'),
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue