fix: 解决bug

This commit is contained in:
王天骄
2026-06-18 17:36:17 +08:00
parent bc324a4163
commit e80a0b5365
16 changed files with 46 additions and 27 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ export const roleMenus: Record<RoleKey, MenuSection[]> = {
{
title: '人员管理',
items: [
{ page: 'doctor-list', icon: DoctorIcon, title: '医生管理' },
{ page: 'doctor-list', icon: DoctorIcon, title: '带教医生管理' },
{ page: 'student-list', icon: School, title: '医学生管理' },
{ page: 'teacher-list', icon: Reading, title: '师生关系管理' }
]