|
@@ -54,7 +54,7 @@ export const constantRoutes = [
|
|
path: 'dashboard',
|
|
path: 'dashboard',
|
|
name: 'Dashboard',
|
|
name: 'Dashboard',
|
|
component: () => import('@/views/dashboard/index'),
|
|
component: () => import('@/views/dashboard/index'),
|
|
- meta: { title: '首页', icon: 'dashboard' },
|
|
|
|
|
|
+ meta: { title: '病案首页质量分析', icon: 'dashboard' },
|
|
},
|
|
},
|
|
//全病历质控
|
|
//全病历质控
|
|
{
|
|
{
|
|
@@ -176,27 +176,27 @@ export const constantRoutes = [
|
|
name: 'caseIndex',
|
|
name: 'caseIndex',
|
|
component: () => import('@/views/allcase/caseIndex'),
|
|
component: () => import('@/views/allcase/caseIndex'),
|
|
hidden: true,
|
|
hidden: true,
|
|
- meta: { title: '病案指标', keepAlive:true},
|
|
|
|
|
|
+ meta: { title: '病案管理质量控制指标', keepAlive:true},
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: '/caseIndexList',
|
|
path: '/caseIndexList',
|
|
name: 'caseIndexList',
|
|
name: 'caseIndexList',
|
|
component: () => import('@/views/allcase/caseIndexList'),
|
|
component: () => import('@/views/allcase/caseIndexList'),
|
|
hidden: true,
|
|
hidden: true,
|
|
- meta: { title: '指标列表', keepAlive:true },
|
|
|
|
|
|
+ meta: { title: '病案管理质量控制指标列表', keepAlive:true },
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: '/caseIndexAnalysis',
|
|
path: '/caseIndexAnalysis',
|
|
name: 'CaseIndexAnalysis',
|
|
name: 'CaseIndexAnalysis',
|
|
component: () => import('@/views/allcase/caseIndexAnalysis'),
|
|
component: () => import('@/views/allcase/caseIndexAnalysis'),
|
|
hidden: true,
|
|
hidden: true,
|
|
- meta: { title: '指标分析', keepAlive:true },
|
|
|
|
|
|
+ meta: { title: '评审评价指标分析', keepAlive:true },
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: '/caseIndexAnalysisList',
|
|
path: '/caseIndexAnalysisList',
|
|
name: 'CaseIndexAnalysisList',
|
|
name: 'CaseIndexAnalysisList',
|
|
component: () => import('@/views/allcase/caseIndexAnalysisList'),
|
|
component: () => import('@/views/allcase/caseIndexAnalysisList'),
|
|
- meta: { title: '指标分析-科室病案' },
|
|
|
|
|
|
+ meta: { title: '评审评价指标分析-科室病案' },
|
|
hidden: true,
|
|
hidden: true,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -255,6 +255,20 @@ export const constantRoutes = [
|
|
hidden: true,
|
|
hidden: true,
|
|
meta: { title: '指标列表', keepAlive:false },
|
|
meta: { title: '指标列表', keepAlive:false },
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ path: '/yypsIndexAnalysis',
|
|
|
|
+ name: 'YypsIndexAnalysis',
|
|
|
|
+ component: () => import('@/views/yyps/analysis/index.vue'),
|
|
|
|
+ hidden: true,
|
|
|
|
+ meta: { title: '指标分析', keepAlive:true },
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: '/yypsIndex',
|
|
|
|
+ name: 'yypsIndex',
|
|
|
|
+ component: () => import('@/views/yyps/index/index.vue'),
|
|
|
|
+ hidden: true,
|
|
|
|
+ meta: { title: '评审指标', keepAlive:true},
|
|
|
|
+ },
|
|
],
|
|
],
|
|
},
|
|
},
|
|
// 医院大数据自助查询系统
|
|
// 医院大数据自助查询系统
|