From 903f090293629ab1b34621d58ce246ee2f630a53 Mon Sep 17 00:00:00 2001 From: wangziqi Date: Thu, 9 Jul 2026 10:07:51 +0800 Subject: [PATCH] feat: add staff status filter in student management --- apps/admin/src/pages/Students/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/admin/src/pages/Students/index.tsx b/apps/admin/src/pages/Students/index.tsx index a96cba6c..08fe9e6a 100644 --- a/apps/admin/src/pages/Students/index.tsx +++ b/apps/admin/src/pages/Students/index.tsx @@ -38,6 +38,7 @@ const statusMap: Record = { graduated: { text: '已毕业', color: 'blue' }, withdrawn: { text: '已退训', color: 'red' }, archived: { text: '已归档', color: '#999' }, + staff: { text: '教职工', color: 'purple' }, }; interface EnrollmentInfo {