Ticket Dms #495

Merged
jsegarra merged 14 commits from :feature/TicketDms into dev 2024-07-15 09:30:58 +00:00
1 changed files with 10 additions and 9 deletions
Showing only changes of commit 3f2b675d07 - Show all commits

View File

@ -202,15 +202,7 @@ export default {
},
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',
name: 'TicketComponents',
@ -220,6 +212,15 @@ export default {
},
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',
name: 'TicketBoxing',