fix(students): remove staff role from status map

This commit is contained in:
2026-07-09 16:32:02 +08:00
parent 4592502876
commit c1d065a5e6

View File

@@ -38,7 +38,6 @@ const statusMap: Record<string, { text: string; color: string }> = {
graduated: { text: '已毕业', color: 'blue' },
withdrawn: { text: '已退训', color: 'red' },
archived: { text: '已归档', color: '#999' },
staff: { text: '教职工', color: 'purple' },
};
interface EnrollmentInfo {