|
@@ -329,6 +329,11 @@ const route = [
|
|
|
component: createNameComponent(() => import('@/views/reports/InpatientAddrAnalyze.vue')),
|
|
|
meta: {title: '住院患者分布', icon: 'iconfont icon-menzhenteshubingdingdianbiangeng2'},
|
|
|
},
|
|
|
+ {
|
|
|
+ path: 'outpatientCoordination',
|
|
|
+ component: createNameComponent(() => import('@/views/reports/OutpatientCoordination.vue')),
|
|
|
+ meta: {title: '门诊统筹统计', icon: 'iconfont icon-menzhenteshubingdingdianbiangeng2'},
|
|
|
+ },
|
|
|
],
|
|
|
},
|
|
|
{
|