|
@@ -206,6 +206,13 @@ export const constantRoutes = [
|
|
|
hidden: true,
|
|
|
meta: { title: '医院大数据自助查询系统', keepAlive:true, icon: 'dashboard' },
|
|
|
},
|
|
|
+ {
|
|
|
+ path: '/outpatientCase',
|
|
|
+ name: 'OutpatientCase',
|
|
|
+ component: () => import('@/views/outpatient/case'),
|
|
|
+ meta: { title: '门诊病历查询' },
|
|
|
+ hidden: true,
|
|
|
+ },
|
|
|
],
|
|
|
},
|
|
|
// 医院大数据自助查询系统
|