Merge branch 'develop' of ssh://risosrv:5522/~/repository/newfreeplanet into develop

This commit is contained in:
Surya Paolo
2023-12-21 10:58:02 +01:00
21 changed files with 497 additions and 107 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,