lista ordini aggiornata
This commit is contained in:
@@ -55,11 +55,25 @@ function getRoutesEcomm(site: ISites) {
|
||||
]
|
||||
|
||||
const routes_admin_ecommerce: IListRoutes[] = [
|
||||
{
|
||||
active: true,
|
||||
order: 30,
|
||||
path: '/admin/ecommerce/settings',
|
||||
materialIcon: 'fas fa-cogs',
|
||||
name: 'ecomm.settings',
|
||||
component: () => import('@/rootgen/admin/settings/settings.vue'),
|
||||
inmenu: true,
|
||||
submenu: true,
|
||||
level_parent: 0,
|
||||
level_child: 0.5,
|
||||
onlyManager: true,
|
||||
onlyEditor: true
|
||||
},
|
||||
{
|
||||
active: true,
|
||||
order: 30,
|
||||
path: '/admin/ecommerce/products',
|
||||
materialIcon: 'fas fa-file-alt',
|
||||
materialIcon: 'fas fa-lemon',
|
||||
name: 'pages.products',
|
||||
component: () => import('@/rootgen/admin/products/products.vue'),
|
||||
inmenu: true,
|
||||
@@ -73,7 +87,7 @@ function getRoutesEcomm(site: ISites) {
|
||||
active: true,
|
||||
order: 30,
|
||||
path: '/admin/ecommerce/producers',
|
||||
materialIcon: 'fas fa-file-alt',
|
||||
materialIcon: 'fas fa-tractor',
|
||||
name: 'pages.producer',
|
||||
component: () => import('@/rootgen/admin/producer/producer.vue'),
|
||||
inmenu: true,
|
||||
|
||||
Reference in New Issue
Block a user