SiteOptions

This commit is contained in:
cxc
2022-07-26 17:31:19 +08:00
parent 2f2d61385c
commit 488071ab2b
8 changed files with 254 additions and 143 deletions

View File

@ -29,9 +29,9 @@ export const educationOptions = [
];
// 企业类型
export const enterpriseOptions = [
{ key: 101, value: "上市企业" },
{ key: 102, value: "优质企业" },
{ key: 103, value: "普通企业" },
{ key: "101", value: "上市企业" },
{ key: "102", value: "优质企业" },
{ key: "103", value: "普通企业" },
];
// 成果成熟度 技术
export const maturityOptions = [