|
@@ -196,8 +196,7 @@ export const constantRoutes = [
|
|
|
path: '/caseIndexAnalysisList',
|
|
|
name: 'CaseIndexAnalysisList',
|
|
|
component: () => import('@/views/allcase/caseIndexAnalysisList'),
|
|
|
- hidden: true,
|
|
|
- meta: { title: '指标分析-科室详情' },
|
|
|
+ meta: { title: '指标分析-科室病案' },
|
|
|
},
|
|
|
{
|
|
|
path: '/searchSystem',
|
|
@@ -252,8 +251,26 @@ export const constantRoutes = [
|
|
|
path: '/embedIndex-home',
|
|
|
name: 'EmbedIndexHome',
|
|
|
component: () => import('@/views/embedIndex/index'),
|
|
|
- meta: { keepAlive:true },
|
|
|
+ meta: { keepAlive: true },
|
|
|
+ hidden: true
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/embedIndex-caseIndexAnalysisList',
|
|
|
+ name: 'EmbedIndexCaseIndexAnalysisList',
|
|
|
+ component: () => import('@/views/allcase/caseIndexAnalysisList'),
|
|
|
+ hidden: true
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/embedIndex-caseViews',
|
|
|
+ name: 'EmbedIndexCaseViews',
|
|
|
+ component: () => import('@/views/allcase/caseViews'),
|
|
|
hidden: true
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/embedIndex-chargeDetails',
|
|
|
+ name: 'EmbedIndexChargeDetails',
|
|
|
+ hidden: true,
|
|
|
+ component: () => import('@/views/data/query/ChargeDetails')
|
|
|
}
|
|
|
]
|
|
|
},
|