|
@@ -165,6 +165,20 @@ export const partRoutes = [
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
+ // 医院版
|
|
|
+ {
|
|
|
+ path: '/patientlist',
|
|
|
+ component: Layout,
|
|
|
+ redirect: '/customerlist/index',
|
|
|
+ children: [
|
|
|
+ {
|
|
|
+ path: 'index',
|
|
|
+ component: () => import('@/views/customer/patientManagement'),
|
|
|
+ name: 'patientManagement',
|
|
|
+ meta: { title: '病人管理', icon: 'el-icon-s-custom', noCache: true }
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
{
|
|
|
path: '/ncs-nurse-watch',
|
|
|
component: Layout,
|