新增科室预约工作时间维护页面

This commit is contained in:
py
2026-01-06 16:31:08 +08:00
parent b0850257c8
commit 3091fc7337
15 changed files with 2283 additions and 2 deletions

View File

@@ -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,