Scontistica- Parte 1

This commit is contained in:
Surya Paolo
2023-12-16 00:51:10 +01:00
parent 176ca7fe20
commit 38f4c73ab3
12 changed files with 127 additions and 5 deletions

View File

@@ -125,6 +125,20 @@ function getRoutesEcomm(site: ISites) {
onlyManager: true,
onlyEditor: true
},
{
active: true,
order: 30,
path: '/admin/ecommerce/scontistica',
materialIcon: 'fas fa-gift',
name: 'pages.scontisticas',
component: () => import('@/rootgen/admin/scontistica/scontistica.vue'),
inmenu: true,
submenu: true,
level_parent: 0,
level_child: 0.5,
onlyManager: true,
onlyEditor: true
},
{
active: true,
order: 31,
@@ -205,6 +219,14 @@ function getRoutesEcomm(site: ISites) {
component: () => import('@/rootgen/admin/providers/providers.vue'),
infooter: false,
},
{
active: true,
order: 32,
path: '/admin/ecommerce/scontistica',
name: 'pages.scontisticas',
component: () => import('@/rootgen/admin/scontistica/scontistica.vue'),
infooter: false,
},
{
active: true,
order: 32,