岗位列表字段调整
This commit is contained in:
@@ -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,
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user