bug fix and performance improvements

This commit is contained in:
quantulr
2023-07-31 15:40:23 +08:00
parent 0933d20717
commit 0655aa1fa5
46 changed files with 587 additions and 209 deletions

View File

@ -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",
},
];