门诊出诊医生诊室设置
This commit is contained in:
@@ -29,16 +29,16 @@ export const constantRoutes = [
|
||||
{
|
||||
path: '/appoinmentmanage',
|
||||
component: Layout,
|
||||
redirect: '/appoinmentmanage',
|
||||
redirect: '/appoinmentmanage/clinicRoom',
|
||||
name: 'AppoinmentManageRoot',
|
||||
hidden: true,
|
||||
|
||||
meta: { title: '预约管理', icon: 'component' },
|
||||
children: [
|
||||
{
|
||||
path: '',
|
||||
component: () => import('@/views/appoinmentmanage/index.vue'),
|
||||
name: 'AppoinmentManage',
|
||||
meta: { title: '预约管理' }
|
||||
path: 'clinicRoom',
|
||||
component: () => import('@/views/appoinmentmanage/clinicRoom/index.vue'),
|
||||
name: 'ClinicRoom',
|
||||
meta: { title: '门诊出诊医生诊室设置' }
|
||||
},
|
||||
{
|
||||
path: 'doctorschedule/:deptId',
|
||||
@@ -137,6 +137,20 @@ export const constantRoutes = [
|
||||
meta: { title: '套餐管理' }
|
||||
}
|
||||
]
|
||||
},
|
||||
// 预约管理直接访问路由 - 兼容外部系统访问
|
||||
{
|
||||
path: '/reservationRecord2/appoinmentmanage',
|
||||
component: Layout,
|
||||
hidden: true,
|
||||
children: [
|
||||
{
|
||||
path: '',
|
||||
component: () => import('@/views/appoinmentmanage/clinicRoom/index.vue'),
|
||||
name: 'DirectClinicRoom',
|
||||
meta: { title: '门诊出诊医生诊室设置' }
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user