This commit is contained in:
2026-07-27 12:20:29 +08:00 Unverified
parent 727a429abf
commit 33ae991e86
16 changed files with 7117 additions and 8 deletions
+4
View File
@@ -205,6 +205,10 @@ const navigationGroups = computed<NavigationGroup[]>(() => [
key: 'graduation',
label: '毕业管理',
items: [
...whenVisible(
isStudent.value,
{ path: '/academic-planning', label: '学业规划与毕业模拟' },
),
...whenVisible(
hasAnyRole(['SuperAdmin', 'AcademicAdmin', 'CollegeAdmin', 'Student']),
{ path: '/graduation-audits', label: isStudent.value ? '毕业资格' : '毕业审核' },