补考系统

This commit is contained in:
2026-07-25 19:16:11 +08:00 Unverified
parent 376bc0d0a1
commit 44e90ae35f
12 changed files with 1765 additions and 2 deletions
+7
View File
@@ -159,6 +159,13 @@ const navigationGroups = computed<NavigationGroup[]>(() => [
label: isStudent.value ? '我的考试' : isTeacher.value ? '我的监考' : '考试管理',
},
),
...whenVisible(
hasAnyRole(['SuperAdmin', 'AcademicAdmin', 'Teacher', 'Student']),
{
path: '/makeup-exams',
label: isStudent.value ? '我的补考' : isTeacher.value ? '补考监考' : '补考安排',
},
),
...whenVisible(
hasAnyRole(['SuperAdmin', 'AcademicAdmin', 'CollegeAdmin', 'Teacher']),
{