forked from verdnatura/salix-front
feat: change ticketDms leftMenuItem position
This commit is contained in:
parent
cededb54e8
commit
3f2b675d07
|
@ -202,15 +202,7 @@ export default {
|
||||||
},
|
},
|
||||||
component: () => import('src/pages/Ticket/Card/TicketPackage.vue'),
|
component: () => import('src/pages/Ticket/Card/TicketPackage.vue'),
|
||||||
},
|
},
|
||||||
{
|
|
||||||
path: 'dms',
|
|
||||||
name: 'TicketDms',
|
|
||||||
meta: {
|
|
||||||
title: 'dms',
|
|
||||||
icon: 'cloud_upload',
|
|
||||||
},
|
|
||||||
component: () => import('src/pages/Ticket/Card/TicketDms.vue'),
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
path: 'components',
|
path: 'components',
|
||||||
name: 'TicketComponents',
|
name: 'TicketComponents',
|
||||||
|
@ -220,6 +212,15 @@ export default {
|
||||||
},
|
},
|
||||||
component: () => import('src/pages/Ticket/Card/TicketComponents.vue'),
|
component: () => import('src/pages/Ticket/Card/TicketComponents.vue'),
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
path: 'dms',
|
||||||
|
name: 'TicketDms',
|
||||||
|
meta: {
|
||||||
|
title: 'dms',
|
||||||
|
icon: 'cloud_upload',
|
||||||
|
},
|
||||||
|
component: () => import('src/pages/Ticket/Card/TicketDms.vue'),
|
||||||
|
},
|
||||||
{
|
{
|
||||||
path: 'boxing',
|
path: 'boxing',
|
||||||
name: 'TicketBoxing',
|
name: 'TicketBoxing',
|
||||||
|
|
Loading…
Reference in New Issue