bug fix and performance improvements
This commit is contained in:
@ -185,3 +185,27 @@ const countryDict = [
|
||||
ru: "Китай",
|
||||
},
|
||||
];
|
||||
|
||||
// 成果推广 关键成果解决 对接专家院士 上市辅导
|
||||
export const achievementPromotionDict = [
|
||||
{
|
||||
value: 1,
|
||||
label: "成果推广",
|
||||
i18n: "achievementPromotion",
|
||||
},
|
||||
{
|
||||
value: 2,
|
||||
label: "关键成果解决",
|
||||
i18n: "keyAchievementSolution",
|
||||
},
|
||||
{
|
||||
value: 3,
|
||||
label: "对接专家院士",
|
||||
i18n: "dockingExpertsAcademicians",
|
||||
},
|
||||
{
|
||||
value: 4,
|
||||
label: "上市辅导",
|
||||
i18n: "listingGuidance",
|
||||
},
|
||||
];
|
||||
|
Reference in New Issue
Block a user