| | |
| | | path: 'healthyInfo/:id(\\d+)', |
| | | component: () => import('@/views/healthy/healthyInfo'), |
| | | name: 'healthyInfo', |
| | | meta: { title: '健康保健详情',activeMenu: '/self/zYear'} |
| | | meta: { title: '体检看病详情',activeMenu: '/self/zYear'} |
| | | } |
| | | ] |
| | | }, |
| | |
| | | path: '/self/healthy', |
| | | component: Layout, |
| | | permissions: ['person:healthy:healthYear'], |
| | | |
| | | hidden: true, |
| | | children: [ |
| | | { |
| | | path: 'healthYear/:id(\\d+)', |
| | | path: 'healthYear', |
| | | component: () => import('@/views/healthy/healthYear'), |
| | | name: 'healthYear', |
| | | meta: { title: '年度健康报告'} |
| | | } |
| | | ] |
| | | }, |
| | | //体检 |
| | | { |
| | | path: '/self/healthy', |
| | | component: Layout, |
| | | permissions: ['person:healthy:Examination'], |
| | | hidden: true, |
| | | children: [ |
| | | { |
| | | path: 'Examination', |
| | | component: () => import('@/views/healthy/Examination'), |
| | | name: 'Examination', |
| | | meta: { title: '体检'} |
| | | } |
| | | ] |
| | | }, |
| | | //体检详情 |
| | | { |
| | | path: '/self/healthy', |
| | | component: Layout, |
| | | permissions: ['person:healthy:ExaminationInfo'], |
| | | hidden: true, |
| | | children: [ |
| | | { |
| | | path: 'ExaminationInfo/:id(\\d+)', |
| | | component: () => import('@/views/healthy/ExaminationInfo'), |
| | | name: 'ExaminationInfo', |
| | | meta: { title: '体检详情'} |
| | | } |
| | | ] |
| | | }, |
| | | |
| | | //藏心密语 |
| | | { |