各类申请

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
+8
View File
@@ -208,6 +208,14 @@ const router = createRouter({
name: 'notifications',
component: () => import('../views/NotificationCenterView.vue'),
},
{
path: 'approvals',
name: 'approvals',
component: () => import('../views/ApprovalCenterView.vue'),
meta: {
roles: ['SuperAdmin', 'AcademicAdmin', 'CollegeAdmin', 'Counselor', 'Teacher', 'Student'],
},
},
{
path: 'student-status-changes',
name: 'student-status-changes',