bugfix and performance improvements
This commit is contained in:
@ -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: "日本語",
|
||||
},
|
||||
];
|
||||
|
Reference in New Issue
Block a user