|
@@ -196,7 +196,6 @@ export const constantRoutes = [
|
|
path: '/caseIndexAnalysisList',
|
|
path: '/caseIndexAnalysisList',
|
|
name: 'CaseIndexAnalysisList',
|
|
name: 'CaseIndexAnalysisList',
|
|
component: () => import('@/views/allcase/caseIndexAnalysisList'),
|
|
component: () => import('@/views/allcase/caseIndexAnalysisList'),
|
|
- hidden: true,
|
|
|
|
meta: { title: '指标分析-科室病案' },
|
|
meta: { title: '指标分析-科室病案' },
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -261,6 +260,12 @@ export const constantRoutes = [
|
|
component: () => import('@/views/allcase/caseIndexAnalysisList'),
|
|
component: () => import('@/views/allcase/caseIndexAnalysisList'),
|
|
hidden: true
|
|
hidden: true
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ path: '/embedIndex-caseIndexList',
|
|
|
|
+ name: 'EmbedIndexCaseIndexList',
|
|
|
|
+ component: () => import('@/views/allcase/caseIndexList'),
|
|
|
|
+ hidden: true,
|
|
|
|
+ },
|
|
{
|
|
{
|
|
path: '/embedIndex-caseViews',
|
|
path: '/embedIndex-caseViews',
|
|
name: 'EmbedIndexCaseViews',
|
|
name: 'EmbedIndexCaseViews',
|