各类申请

This commit is contained in:
2026-07-25 16:51:12 +08:00 Unverified
parent d02b0c56a1
commit 5e4c76a9e4
10 changed files with 901 additions and 4 deletions
+4
View File
@@ -148,6 +148,10 @@ const navigationGroups = computed<NavigationGroup[]>(() => [
label: isTeacher.value ? '我的调停课' : '调停课审核',
},
),
...whenVisible(
hasAnyRole(['SuperAdmin', 'AcademicAdmin', 'CollegeAdmin', 'Counselor', 'Teacher', 'Student']),
{ path: '/approvals', label: '审批中心' },
),
],
},
{