新增科室预约工作时间维护页面
This commit is contained in:
@@ -202,7 +202,7 @@ export const dynamicRoutes = [
|
||||
},
|
||||
],
|
||||
},
|
||||
//租户合同管理路由
|
||||
// 租户合同管理路由
|
||||
{
|
||||
path: '/system/tenant-contract',
|
||||
component: Layout,
|
||||
@@ -217,6 +217,22 @@ export const dynamicRoutes = [
|
||||
},
|
||||
],
|
||||
},
|
||||
// 预约管理路由
|
||||
{
|
||||
path: '/appoinmentmanage',
|
||||
component: Layout,
|
||||
redirect: '/appoinmentmanage/deptappthoursManage',
|
||||
name: 'AppoinmentManage',
|
||||
meta: { title: '预约管理', icon: 'appointment' },
|
||||
children: [
|
||||
{
|
||||
path: 'deptappthoursManage',
|
||||
component: () => import('@/views/appoinmentmanage/deptappthoursManage/index.vue'),
|
||||
name: 'DeptAppthoursManage',
|
||||
meta: { title: '科室预约工作时间维护', icon: 'appointment' }
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
path: '/system/user-auth',
|
||||
component: Layout,
|
||||
|
||||
Reference in New Issue
Block a user