forked from wangziqi/gongxue-base
feat: add staff status filter in student management
This commit is contained in:
@@ -38,6 +38,7 @@ const statusMap: Record<string, { text: string; color: string }> = {
|
|||||||
graduated: { text: '已毕业', color: 'blue' },
|
graduated: { text: '已毕业', color: 'blue' },
|
||||||
withdrawn: { text: '已退训', color: 'red' },
|
withdrawn: { text: '已退训', color: 'red' },
|
||||||
archived: { text: '已归档', color: '#999' },
|
archived: { text: '已归档', color: '#999' },
|
||||||
|
staff: { text: '教职工', color: 'purple' },
|
||||||
};
|
};
|
||||||
|
|
||||||
interface EnrollmentInfo {
|
interface EnrollmentInfo {
|
||||||
|
|||||||
Reference in New Issue
Block a user