flat: 个人招工审核

This commit is contained in:
Apcallover
2024-03-06 16:40:00 +08:00
parent f2b547e9e4
commit a309075659
4 changed files with 162 additions and 184 deletions

View File

@@ -33,7 +33,7 @@ export const jobStatus = [
// { value: 2, label: "任务中" },
{ value: 3, label: "已完成" },
{ value: 4, label: "已失效" },
];
export const bondState = [
{ value: "", label: "全部" },
@@ -352,3 +352,9 @@ export const serviceType = [
value: 2,
}
];
export const recruitStatus = [
{ value: 9, label: "驳回" },
{ value: 1, label: "未审核" },
{ value: 0, label: "通过" },
];