|
|
@@ -6,7 +6,7 @@ const csatRouter = [
|
|
|
component: Layout,
|
|
|
name: 'HosHealthOverview',
|
|
|
redirect: '/hos/health/overview',
|
|
|
- groupId: [0],
|
|
|
+ groupId: [1],
|
|
|
children: [
|
|
|
{
|
|
|
path: '/hos/health/overview',
|
|
|
@@ -18,92 +18,6 @@ const csatRouter = [
|
|
|
},
|
|
|
|
|
|
{
|
|
|
- path: '/hos/health/panorama',
|
|
|
- component: Layout,
|
|
|
- name: 'HosHealthPanorama',
|
|
|
- redirect: '/hos/health/monitor/overview',
|
|
|
- groupId: [1],
|
|
|
- children: [
|
|
|
- {
|
|
|
- path: '/hos/health/monitor/overview',
|
|
|
- component: () => import('@/views/hos/panorama'),
|
|
|
- name: 'hos_health_panorama',
|
|
|
- meta: { title: '实时监测', noCache: true, icon: 'icon-common_safety', permit: 'hos_health_panorama' }
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/hos/health/data',
|
|
|
- component: Layout,
|
|
|
- name: 'HosHealthData',
|
|
|
- redirect: '/hos/health/data/index',
|
|
|
- groupId: [1],
|
|
|
- meta: {
|
|
|
- title: '监测数据',
|
|
|
- icon: 'el-icon-s-data',
|
|
|
- permit: 'hos_customer'
|
|
|
- },
|
|
|
- children: [
|
|
|
- {
|
|
|
- path: 'customer',
|
|
|
- component: () => import('@/views/system/customer/customer/index'),
|
|
|
- name: 'hos_customer',
|
|
|
- meta: { title: '客户信息', noCache: true, permit: 'hos_customer' }
|
|
|
- },
|
|
|
- {
|
|
|
- path: 'index',
|
|
|
- component: () => import('@/views/hos/data/index'),
|
|
|
- name: 'hos_health_data',
|
|
|
- meta: { title: '反馈数据', noCache: true, permit: 'hos_health_data' }
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/hos/health/statis',
|
|
|
- component: Layout,
|
|
|
- name: 'HosHealthStatis',
|
|
|
- redirect: '/hos/health/statis/year',
|
|
|
- groupId: [1],
|
|
|
- meta: {
|
|
|
- title: '统计分析',
|
|
|
- icon: 'el-icon-s-data',
|
|
|
- permit: 'hos_health_statis'
|
|
|
- },
|
|
|
- children: [
|
|
|
- {
|
|
|
- path: 'year',
|
|
|
- component: () => import('@/views/hos/statis/year/index'),
|
|
|
- name: 'hos_health_statis_year',
|
|
|
- meta: { title: '按年统计', noCache: true, permit: 'hos_health_statis_year' }
|
|
|
- },
|
|
|
- {
|
|
|
- path: 'month',
|
|
|
- component: () => import('@/views/hos/statis/month/index'),
|
|
|
- name: 'hos_health_statis_month',
|
|
|
- meta: { title: '按月统计', noCache: true, permit: 'hos_health_statis_month' }
|
|
|
- },
|
|
|
- {
|
|
|
- path: 'group',
|
|
|
- component: () => import('@/views/hos/statis/group/index'),
|
|
|
- name: 'hos_health_statis_group',
|
|
|
- meta: { title: '按科室统计', noCache: true, permit: 'hos_health_statis_group' }
|
|
|
- },
|
|
|
- {
|
|
|
- path: 'checklist',
|
|
|
- component: () => import('@/views/hos/statis/checklist/index'),
|
|
|
- name: 'hos_health_statis_checklist',
|
|
|
- meta: { title: '按清单统计', noCache: true, permit: 'hos_health_statis_checklist' }
|
|
|
- },
|
|
|
- {
|
|
|
- path: 'target',
|
|
|
- component: () => import('@/views/hos/statis/target/index'),
|
|
|
- name: 'hos_health_statis_target',
|
|
|
- meta: { title: '按目标统计', noCache: true, permit: 'hos_health_statis_target' }
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
-
|
|
|
- {
|
|
|
path: '/hos/health/story',
|
|
|
component: Layout,
|
|
|
name: 'HosHealthStory',
|