From c1d065a5e63e02e155fd2a63f341d06eee1c899f Mon Sep 17 00:00:00 2001 From: wangziqi Date: Thu, 9 Jul 2026 16:32:02 +0800 Subject: [PATCH] fix(students): remove staff role from status map --- apps/admin/src/pages/Students/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/admin/src/pages/Students/index.tsx b/apps/admin/src/pages/Students/index.tsx index 08fe9e6..a96cba6 100644 --- a/apps/admin/src/pages/Students/index.tsx +++ b/apps/admin/src/pages/Students/index.tsx @@ -38,7 +38,6 @@ const statusMap: Record = { graduated: { text: '已毕业', color: 'blue' }, withdrawn: { text: '已退训', color: 'red' }, archived: { text: '已归档', color: '#999' }, - staff: { text: '教职工', color: 'purple' }, }; interface EnrollmentInfo {