2.3.0-rc2
This commit is contained in:
@@ -212,6 +212,10 @@ const navigationGroups = computed<NavigationGroup[]>(() => [
|
||||
key: 'student-status',
|
||||
label: '学籍管理',
|
||||
items: [
|
||||
...whenVisible(
|
||||
isStudent.value,
|
||||
{ path: '/my-profile', label: '个人信息' },
|
||||
),
|
||||
...whenVisible(
|
||||
hasAnyRole(['SuperAdmin', 'AcademicAdmin', 'CollegeAdmin', 'Counselor', 'Student']),
|
||||
{ path: '/student-status-changes', label: isStudent.value ? '学籍异动' : '异动审核' },
|
||||
|
||||
Reference in New Issue
Block a user