This commit is contained in:
guochunsi
2026-01-23 18:00:43 +08:00
parent f7445e1baf
commit 5dd173d8d3
8 changed files with 508 additions and 204 deletions

View File

@@ -62,12 +62,6 @@ export const PUSHED_STATUS_LIST = [
{ label: "已推送", value: "1" ,type: "success"},
];
// 数据来源 (使用字典 recruit_data_source
export const DATA_SOURCE_LIST = [
{ label: "学校", value: "0" },
{ label: "市平台", value: "1" }
];
// 录取通知书发放状态
export const NOTICE_SEND_STATUS_LIST = [
{ label: "未发放", value: "0" },
@@ -123,6 +117,13 @@ export const NEW_CITY_MATERIAL_STATUS_LIST = [
{ label: "已上传", value: "1" },
];
// 异动审核状态
export const TURNOVER_AUDIT_STATUS_LIST = [
{ label: "待审核", value: "1" ,type: "warning", icon: "Clock"},
{ label: "驳回", value: "2" ,type: "danger", icon: "CircleClose"},
{ label: "通过", value: "3" ,type: "success", icon: "CircleCheck"}
];
/**
* 根据值从状态列表中获取配置项
* @param statusList 状态列表