预演
This commit is contained in:
@@ -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 ? '毕业资格' : '毕业审核' },
|
||||
|
||||
Reference in New Issue
Block a user