岗位列表字段调整

This commit is contained in:
zxy
2024-02-16 21:37:45 +08:00
parent 8dcecb78f2
commit 10408634a7
8 changed files with 59 additions and 48 deletions

View File

@@ -161,6 +161,10 @@ export const wageUnitCategoryState = [
];
export const educationState = [
{
label: '不限',
value: 8,
},
{
label: '初中及以下',
value: 7,
@@ -188,6 +192,10 @@ export const educationState = [
{
label: '博士',
value: 1,
},
{
label: 'MBA/EMBA',
value: 0,
}
];