|
|
|
@ -178,7 +178,7 @@ export const dynamicRoutes = [ |
|
|
|
path: ':studyId(\\d+)/:tab', |
|
|
|
component: () => import('@/views/business/study/comp/enter'), |
|
|
|
name: 'StudyEnter', |
|
|
|
meta: { title: '进入试验', activeMenu: '/trial/list' } |
|
|
|
meta: { title: '', activeMenu: '/trial/list' } |
|
|
|
} |
|
|
|
] |
|
|
|
}, |
|
|
|
@ -192,7 +192,7 @@ export const dynamicRoutes = [ |
|
|
|
path: ':studyId(\\d+)/:tab', |
|
|
|
component: () => import('@/views/business/form/nonTrial/comp/enter'), |
|
|
|
name: 'NonTrialEnter', |
|
|
|
meta: { title: '进入', activeMenu: '/form/nonTrial' } |
|
|
|
meta: { title: '', activeMenu: '/form/nonTrial' } |
|
|
|
} |
|
|
|
] |
|
|
|
}, |
|
|
|
@ -206,7 +206,7 @@ export const dynamicRoutes = [ |
|
|
|
path: ':studyId(\\d+)/:tab', |
|
|
|
component: () => import('@/views/business/form/drug/comp/enter'), |
|
|
|
name: 'DrugEnter', |
|
|
|
meta: { title: '进入', activeMenu: '/form/drug' } |
|
|
|
meta: { title: '', activeMenu: '/form/drug' } |
|
|
|
} |
|
|
|
] |
|
|
|
}, |
|
|
|
@ -220,7 +220,7 @@ export const dynamicRoutes = [ |
|
|
|
path: ':key', |
|
|
|
component: () => import('@/views/business/study/comp/tbbd/Bj'), |
|
|
|
name: 'studyFormFillBj', |
|
|
|
meta: { title: 'loading', activeMenu: '/trial/list' } |
|
|
|
meta: { title: '', activeMenu: '/trial/list' } |
|
|
|
} |
|
|
|
] |
|
|
|
}, |
|
|
|
@ -234,7 +234,7 @@ export const dynamicRoutes = [ |
|
|
|
path: ':key', |
|
|
|
component: () => import('@/views/business/study/comp/tbbd/Bj'), |
|
|
|
name: 'nonTrialFormFillBj', |
|
|
|
meta: { title: 'loading', activeMenu: '/form/nonTrial' } |
|
|
|
meta: { title: '', activeMenu: '/form/nonTrial' } |
|
|
|
} |
|
|
|
] |
|
|
|
}, |
|
|
|
@ -248,11 +248,11 @@ export const dynamicRoutes = [ |
|
|
|
path: ':key', |
|
|
|
component: () => import('@/views/business/study/comp/tbbd/Bj'), |
|
|
|
name: 'drugFormFillBj', |
|
|
|
meta: { title: 'loading', activeMenu: '/form/drug' } |
|
|
|
meta: { title: '', activeMenu: '/form/drug' } |
|
|
|
} |
|
|
|
] |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
path: '/resource/mjy', |
|
|
|
component: Layout, |
|
|
|
hidden: true, |
|
|
|
@ -262,11 +262,11 @@ export const dynamicRoutes = [ |
|
|
|
path: ':tab', |
|
|
|
component: () => import('@/views/business/resource/mjy/index'), |
|
|
|
name: 'Mjy', |
|
|
|
meta: { title: 'loading', activeMenu: '/resource/mjy/mjyList' } |
|
|
|
meta: { title: '麻精药管理', activeMenu: '/resource/mjy/mjyList' } |
|
|
|
} |
|
|
|
] |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
path: '/resource/gyzj', |
|
|
|
component: Layout, |
|
|
|
hidden: true, |
|
|
|
@ -276,7 +276,7 @@ export const dynamicRoutes = [ |
|
|
|
path: ':tab', |
|
|
|
component: () => import('@/views/business/resource/gyzj/index'), |
|
|
|
name: 'Gyzj', |
|
|
|
meta: { title: 'loading', activeMenu: '/resource/gyzj/gyzjList' } |
|
|
|
meta: { title: '给药制剂管理', activeMenu: '/resource/gyzj/gyzjList' } |
|
|
|
} |
|
|
|
] |
|
|
|
}, |
|
|
|
@ -290,10 +290,10 @@ export const dynamicRoutes = [ |
|
|
|
path: ':tab', |
|
|
|
component: () => import('@/views/business/resource/gsp/index'), |
|
|
|
name: 'Gsp', |
|
|
|
meta: { title: 'loading', activeMenu: '/resource/gsp/gspList' } |
|
|
|
meta: { title: '供试品管理', activeMenu: '/resource/gsp/gspList' } |
|
|
|
} |
|
|
|
] |
|
|
|
}, |
|
|
|
} |
|
|
|
] |
|
|
|
|
|
|
|
// 防止连续点击多次路由报错
|
|
|
|
|