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

@ -36,6 +36,9 @@ const common = {
submitAudit: "Отправить на проверку",
item: "этот пункт",
success: "{action} успешно",
demandCategory: "Категория спроса",
// 成果导入模板
achievementImportTemplate: "Шаблон импорта достижений",
};
export default common;

View File

@ -36,6 +36,9 @@ const common = {
submitAudit: "提交审核",
item: "该项",
success: "{action}成功",
demandCategory: "需求类别",
// 成果导入模板
achievementImportTemplate: "成果导入模板",
};
export default common;

View File

@ -103,5 +103,15 @@ const form = {
productionDirection: "Производственное направление",
// 需求提交人手机号
demandSubmitterPhone: "Телефон отправителя потребностей",
// 成果需求预算
achievementDemandBudget: "Бюджет потребностей достижений",
// 技术需求预算
technicalDemandBudget: "Бюджет технических потребностей",
// 购买时间
purchaseTime: "Время покупки",
// 领先情况
leadership: "Лидерство",
// 成果图片
achievementPicture: "Изображение достижений",
};
export default form;

View File

@ -101,6 +101,16 @@ const form = {
productionDirection: "生产方向",
// 需求提交人手机号
demandSubmitterPhone: "需求提交人手机号",
// 成果需求预算
achievementDemandBudget: "成果需求预算",
// 技术需求预算
technicalDemandBudget: "技术需求预算",
// 购买时间
purchaseTime: "购买时间",
// 领先情况
leadership: "领先情况",
// 成果图片
achievementPicture: "成果图片",
};
export default form;

View File

@ -60,6 +60,10 @@ const table = {
createTime: "Время создания",
// 需求提交人
demandSubmitter: "Податель требования",
// 解绑
unbind: "Отвязать",
// 承接需求
undertakeDemand: "Принять требование",
};
export default table;

View File

@ -60,5 +60,9 @@ const table = {
createTime: "创建时间",
// 需求提交人
demandSubmitter: "需求提交人",
// 解绑
unbind: "解绑",
// 承接需求
undertakeDemand: "承接需求",
};
export default table;