Reportistica Ore 1
This commit is contained in:
@@ -94,7 +94,7 @@ const routes_projects: IListRoutes[] = [
|
||||
level_parent: 0.0,
|
||||
level_child: 0.5,
|
||||
component: () => import('@/views/projects/proj-list/proj-list.vue'),
|
||||
inmenu: functionality.SHOW_MESSAGES,
|
||||
inmenu: functionality.ENABLE_PROJECTS_LOADING,
|
||||
infooter: functionality.ENABLE_PROJECTS_LOADING,
|
||||
onlySocioResidente: true,
|
||||
onlyAdmin: true,
|
||||
@@ -112,7 +112,7 @@ const routes_projects: IListRoutes[] = [
|
||||
onlySocioResidente: true,
|
||||
onlyAdmin: true,
|
||||
component: () => import('@/views/projects/proj-list/proj-list.vue'),
|
||||
inmenu: functionality.SHOW_MESSAGES,
|
||||
inmenu: functionality.ENABLE_PROJECTS_LOADING,
|
||||
infooter: functionality.ENABLE_PROJECTS_LOADING,
|
||||
idelem: process.env.PROJECT_ID_MAIN
|
||||
},
|
||||
@@ -126,11 +126,25 @@ const routes_projects: IListRoutes[] = [
|
||||
level_parent: 0.0,
|
||||
level_child: 0.5,
|
||||
component: () => import('@/views/projects/proj-list/proj-list.vue'),
|
||||
inmenu: functionality.SHOW_MESSAGES,
|
||||
inmenu: functionality.ENABLE_PROJECTS_LOADING,
|
||||
onlySocioResidente: true,
|
||||
onlyAdmin: true,
|
||||
infooter: functionality.ENABLE_PROJECTS_LOADING,
|
||||
idelem: process.env.PROJECT_ID_MAIN
|
||||
},
|
||||
{
|
||||
active: functionality.ENABLE_PROJECTS_LOADING,
|
||||
order: 40,
|
||||
path: '/report',
|
||||
materialIcon: 'accessibility_new',
|
||||
name: 'pages.report',
|
||||
level_parent: 0.0,
|
||||
level_child: 0.5,
|
||||
component: () => import('@/views/projects/report/report.vue'),
|
||||
inmenu: functionality.ENABLE_PROJECTS_LOADING,
|
||||
onlySocioResidente: true,
|
||||
onlyAdmin: true,
|
||||
infooter: functionality.ENABLE_PROJECTS_LOADING,
|
||||
}
|
||||
]
|
||||
|
||||
@@ -773,6 +787,18 @@ const baseroutes: IListRoutes[] = [
|
||||
inmenu: false,
|
||||
infooter: false,
|
||||
// idelem: process.env.PROJECT_ID_MAIN
|
||||
},
|
||||
{
|
||||
active: functionality.ENABLE_PROJECTS_LOADING,
|
||||
order: 40,
|
||||
path: '/report',
|
||||
urlroute: 'report',
|
||||
materialIcon: 'accessibility_new',
|
||||
name: 'pages.report',
|
||||
component: () => import('@/views/projects/report/report.vue'),
|
||||
inmenu: false,
|
||||
infooter: false,
|
||||
// idelem: process.env.PROJECT_ID_MAIN
|
||||
}
|
||||
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user