++GasOrdini

This commit is contained in:
Surya Paolo
2023-12-21 02:23:58 +01:00
parent 31014b21c0
commit 53208ab1ad
9 changed files with 120 additions and 1 deletions

View File

@@ -125,6 +125,20 @@ function getRoutesEcomm(site: ISites) {
onlyManager: true,
onlyEditor: true
},
{
active: true,
order: 30,
path: '/admin/ecommerce/gasordini',
materialIcon: 'fas fa-file-alt',
name: 'pages.gasordini',
component: () => import('@/rootgen/admin/gasordini/gasordini.vue'),
inmenu: true,
submenu: true,
level_parent: 0,
level_child: 0.5,
onlyManager: true,
onlyEditor: true
},
{
active: true,
order: 30,