bugfix and performance improvements

This commit is contained in:
quantulr
2023-08-04 17:26:52 +08:00
parent 57d8eff653
commit 7958e48512
58 changed files with 1200 additions and 770 deletions

View File

@ -33,7 +33,7 @@ export const serviceDemandStatusDict = [
* 技术需求dict
* @type {[{label: string, value: string, elTagType: string},{label: string, value: string, elTagType: string},{label: string, value: string, elTagType: string},{label: string, value: string, elTagType: string},{label: string, value: string, elTagType: string}]}
*/
export const technologyDemandStatusDict = [
/*export const technologyDemandStatusDict = [
{
value: "0",
label: "待受理",
@ -59,7 +59,7 @@ export const technologyDemandStatusDict = [
label: "已结束",
elTagType: "warning",
},
];
];*/
// 1->专利|2->成果|3->服务需求|4->专家|5->科研项目|6->论文
export const seeLogTypeDict = [
@ -109,12 +109,16 @@ export const orderTypeDict = [
label: "创新币充值",
i18n: "coinRecharge",
elTagType: "primary",
zh: "创新币充值",
ru: "Пополнение монеты инноваций",
},
{
value: "2",
label: "活动报名",
i18n: "activityRegistration",
elTagType: "success",
zh: "活动报名",
ru: "Регистрация на мероприятие",
},
];
@ -147,46 +151,20 @@ export const subjectRoleDict = [
label: "承担单位",
i18n: "undertakingUnit",
elTagType: "primary",
zh: "承担单位",
ru: "Исполнительная единица",
},
{
value: "2",
label: "参与单位",
i18n: "participatingUnit",
elTagType: "success",
zh: "参与单位",
ru: "Участвующая единица",
},
];
export const localeDict = [
{
value: "zh",
label: "简体中文",
},
{
value: "en",
label: "English",
},
{
value: "ru",
label: "русский",
},
{
value: "fr",
label: "français",
},
{
value: "ja",
label: "日本語",
},
];
const countryDict = [
{
zh: "中国",
ru: "Китай",
},
];
// 成果推广 关键成果解决 对接专家院士 上市辅导
/*// 成果推广 关键成果解决 对接专家院士 上市辅导
export const achievementPromotionDict = [
{
value: 1,
@ -208,7 +186,7 @@ export const achievementPromotionDict = [
label: "上市辅导",
i18n: "listingGuidance",
},
];
];*/
// 成果难题解决 成果储备/项目投资 新成果开发 检验检测
export const techinicalDemandTypeDict = [