公司企业审核
This commit is contained in:
@ -27,3 +27,9 @@ export const educationOptions = [
|
||||
{ key: 6, text: '研究生' },
|
||||
{ key: 7, text: '博士' },
|
||||
]
|
||||
// 企业类型
|
||||
export const enterpriseOptions = [
|
||||
{ key: 101, value: '上市企业' },
|
||||
{ key: 102, value: '优质企业' },
|
||||
{ key: 103, value: '普通企业' },
|
||||
]
|
||||
|
Reference in New Issue
Block a user