bugfix and performance improvements

This commit is contained in:
quantulr
2023-07-28 17:28:29 +08:00
parent 5c50715a33
commit 0933d20717
83 changed files with 1308 additions and 1308 deletions

View File

@ -107,11 +107,13 @@ export const orderTypeDict = [
{
value: "1",
label: "创新币充值",
i18n: "coinRecharge",
elTagType: "primary",
},
{
value: "2",
label: "活动报名",
i18n: "activityRegistration",
elTagType: "success",
},
];
@ -121,16 +123,19 @@ export const invoiceStatusDict = [
{
value: "0",
label: "未申请",
i18n: "notApplied",
elTagType: "warning",
},
{
value: "1",
label: "已申请",
i18n: "applied",
elTagType: "primary",
},
{
value: "2",
label: "已处理",
i18n: "processed",
elTagType: "success",
},
];
@ -140,11 +145,13 @@ export const subjectRoleDict = [
{
value: "1",
label: "承担单位",
i18n: "undertakingUnit",
elTagType: "primary",
},
{
value: "2",
label: "参与单位",
i18n: "participatingUnit",
elTagType: "success",
},
];
@ -167,7 +174,7 @@ export const localeDict = [
label: "français",
},
{
value: "jq",
value: "ja",
label: "日本語",
},
];