Lista Doni Navi
This commit is contained in:
28
src/db/static_data.ts
Normal file → Executable file
28
src/db/static_data.ts
Normal file → Executable file
@@ -167,6 +167,34 @@ const routes_manager: IListRoutes[] = [
|
||||
{
|
||||
active: true,
|
||||
order: 20,
|
||||
path: '/admin/navi',
|
||||
materialIcon: 'fas fa-users',
|
||||
name: 'otherpages.admin.navi',
|
||||
component: () => import('@/rootgen/admin/allnavi/allnavi.vue'),
|
||||
inmenu: true,
|
||||
submenu: true,
|
||||
level_parent: 0,
|
||||
level_child: 0.5,
|
||||
onlyAdmin: true,
|
||||
onlyManager: true
|
||||
},
|
||||
{
|
||||
active: true,
|
||||
order: 25,
|
||||
path: '/admin/listadoni_navi',
|
||||
materialIcon: 'fas fa-users',
|
||||
name: 'otherpages.admin.listadoni_navi',
|
||||
component: () => import('@/rootgen/admin/listadoninavi/listadoninavi.vue'),
|
||||
inmenu: true,
|
||||
submenu: true,
|
||||
level_parent: 0,
|
||||
level_child: 0.5,
|
||||
onlyAdmin: true,
|
||||
onlyManager: true
|
||||
},
|
||||
{
|
||||
active: true,
|
||||
order: 27,
|
||||
path: '/admin/tableslist',
|
||||
materialIcon: 'fas fa-users',
|
||||
name: 'otherpages.admin.tableslist',
|
||||
|
||||
Reference in New Issue
Block a user