站点的修改
This commit is contained in:
@ -17,3 +17,13 @@ export const modeOptions = [
|
||||
label: '科研院所服务',
|
||||
},
|
||||
]
|
||||
// 学历
|
||||
export const educationOptions = [
|
||||
{ key: 1, text: '小学' },
|
||||
{ key: 2, text: '初中' },
|
||||
{ key: 3, text: '高中' },
|
||||
{ key: 4, text: '大专' },
|
||||
{ key: 5, text: '本科' },
|
||||
{ key: 6, text: '研究生' },
|
||||
{ key: 7, text: '博士' },
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user