forked from wangziqi/gongxue-base
fix(students): remove staff role from status map
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user