From a7fa156ca8c2aac132187d5f9c808b05fcd00300 Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Sun, 29 Sep 2024 11:54:49 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E4=BC=81=E6=A0=87=E5=88=B6=E4=BF=AE?= =?UTF-8?q?=E8=AE=A2=E6=B5=81=E7=A8=8B=E5=8F=91=E8=B5=B7=E8=8A=82=E7=82=B9?= =?UTF-8?q?=E5=88=A4=E6=96=AD=E5=BF=85=E9=A1=BB=E5=9C=A8=E7=BA=BF=E7=BC=96?= =?UTF-8?q?=E8=BE=91=E6=8F=90=E7=A4=BA=E8=AF=AD=E4=BF=AE=E6=94=B9=EF=BC=8C?= =?UTF-8?q?=E4=BC=81=E6=A0=87=E5=A4=8D=E5=AE=A1=E6=89=B9=E9=87=8F=E5=A4=8D?= =?UTF-8?q?=E5=AE=A1=E9=94=99=E8=AF=AF=E6=8F=90=E7=A4=BA=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/lang/enterpriseStandardLibrary/zh.js | 3 ++- src/common/lang/workCenter/zh.js | 2 +- .../enterpriseStandardLibrary/reviewPlan/ReviewPlanList.vue | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/common/lang/enterpriseStandardLibrary/zh.js b/src/common/lang/enterpriseStandardLibrary/zh.js index 2ab8e8cd..4bdb532a 100644 --- a/src/common/lang/enterpriseStandardLibrary/zh.js +++ b/src/common/lang/enterpriseStandardLibrary/zh.js @@ -129,7 +129,8 @@ module.exports = { batchReview: '批量复审', reviewResult: '复审结果', principalDrafter: '主起草人', - mainDraftingUnit: '主起草单位' + mainDraftingUnit: '主起草单位', + batchRecheckError: '批量复审错误' }, // 企标计划 plan: { diff --git a/src/common/lang/workCenter/zh.js b/src/common/lang/workCenter/zh.js index fe016405..a771b30c 100644 --- a/src/common/lang/workCenter/zh.js +++ b/src/common/lang/workCenter/zh.js @@ -169,7 +169,7 @@ module.exports = { have: '有', noHave: '无', batchSetHandleAdvice: '批量设置处理意见', - pleaseEditStandardText: '请编辑标准文本' + pleaseEditStandardText: '请点击"在线编辑"并保存初稿后再进行提交' }, // 企标更改流程 enStandardChange: { diff --git a/src/views/enterpriseStandardLibrary/reviewPlan/ReviewPlanList.vue b/src/views/enterpriseStandardLibrary/reviewPlan/ReviewPlanList.vue index caf5b05a..4ef644b9 100644 --- a/src/views/enterpriseStandardLibrary/reviewPlan/ReviewPlanList.vue +++ b/src/views/enterpriseStandardLibrary/reviewPlan/ReviewPlanList.vue @@ -240,7 +240,7 @@ export default { this.loadData() this.selectedRowKeys = [] } else { - this.messageLineFeedByBr(this.$t('fileImportError'), res.message) + this.messageLineFeedByBr(this.$t('enterpriseStandardLibrary.reviewPlan.batchRecheckError'), res.message) } }).finally(() => { this.loading = false