补考系统
This commit is contained in:
@@ -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']),
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user