|
@@ -809,9 +809,32 @@ const routesMaster = [
|
|
requireAuth: true,
|
|
requireAuth: true,
|
|
role: [],
|
|
role: [],
|
|
title: '疫情上报',
|
|
title: '疫情上报',
|
|
|
|
+ form: true
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ //疫情上报列表
|
|
|
|
+ {
|
|
|
|
+ path: 'reportList',
|
|
|
|
+ name: 'MasterHealthReportList',
|
|
|
|
+ component: () => import('../views/Master/Health/ReportList.vue'),
|
|
|
|
+ meta: {
|
|
|
|
+ requireAuth: true,
|
|
|
|
+ role: [],
|
|
|
|
+ title: '疫情上报列表',
|
|
mode: true
|
|
mode: true
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ //疫情上报详情
|
|
|
|
+ {
|
|
|
|
+ path: 'reportInfo',
|
|
|
|
+ name: 'MasterHealthReportInfo',
|
|
|
|
+ component: () => import('../views/Master/Health/ReportInfo.vue'),
|
|
|
|
+ meta: {
|
|
|
|
+ requireAuth: false,
|
|
|
|
+ role: [],
|
|
|
|
+ title: '疫情上报详情',
|
|
|
|
+ }
|
|
|
|
+ },
|
|
//健康档案
|
|
//健康档案
|
|
{
|
|
{
|
|
path: 'archives',
|
|
path: 'archives',
|