各类申请
This commit is contained in:
@@ -148,6 +148,10 @@ const navigationGroups = computed<NavigationGroup[]>(() => [
|
||||
label: isTeacher.value ? '我的调停课' : '调停课审核',
|
||||
},
|
||||
),
|
||||
...whenVisible(
|
||||
hasAnyRole(['SuperAdmin', 'AcademicAdmin', 'CollegeAdmin', 'Counselor', 'Teacher', 'Student']),
|
||||
{ path: '/approvals', label: '审批中心' },
|
||||
),
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user