flat:12312

This commit is contained in:
Apcallover
2024-03-28 20:47:38 +08:00
parent b7fe412f29
commit 9cb331f414
4 changed files with 109 additions and 20 deletions

View File

@@ -365,3 +365,16 @@ export const dataSourcesEnum = [
{ value: 3, label: "社区发布" },
{ value: 4, label: "爬取" },
]
export const companyEnum = [
{ value: 1, label: "机关/事业单位" },
{ value: 2, label: "国有企业" },
{ value: 3, label: "私营企业" },
{ value: 4, label: "外商及港澳台投资企业" },
{ value: 5, label: "股份制企业" },
{ value: 6, label: "学校/下级学院" },
{ value: 7, label: "医院" },
{ value: 8, label: "律师事务所" },
{ value: 9, label: "银行" },
{ value: 10, label: "非盈利社会组织" },
{ value: 11, label: "其它" },
]