flat: 暂存

This commit is contained in:
Apcallover
2024-04-14 15:46:31 +08:00
parent 3483786677
commit 66d0653a8c
7 changed files with 118 additions and 21 deletions

View File

@@ -356,6 +356,7 @@ export const serviceType = [
export const recruitStatus = [
{ value: 9, label: "已驳回" },
{ value: 8, label: "关闭" },
{ value: 1, label: "通过" },
{ value: 0, label: "未审核" },
];