调课、停课、补课申请

This commit is contained in:
2026-07-25 15:36:14 +08:00 Unverified
parent 9685435da9
commit 13b61f191a
11 changed files with 1162 additions and 1 deletions
+7
View File
@@ -130,6 +130,13 @@ const navigationGroups = computed<NavigationGroup[]>(() => [
label: isStudent.value ? '我的考试' : isTeacher.value ? '我的监考' : '考试管理',
},
),
...whenVisible(
hasAnyRole(['SuperAdmin', 'AcademicAdmin', 'CollegeAdmin', 'Teacher']),
{
path: '/course-adjustments',
label: isTeacher.value ? '我的调停课' : '调停课审核',
},
),
],
},
{