公司企业审核

This commit is contained in:
熊丽君
2022-01-27 09:41:09 +08:00
parent 30e01df9ae
commit eedefcc42d
10 changed files with 483 additions and 30 deletions

View File

@ -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: '普通企业' },
]