From 453e9d42bc4424b4666ce32f330757e719b10b14 Mon Sep 17 00:00:00 2001 From: danshihao Date: Tue, 19 Dec 2023 11:12:06 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E7=A8=BD=E6=9F=A5=E8=AE=A1=E5=88=92?= =?UTF-8?q?=E4=B8=8B=E8=BD=BD=E5=AF=BC=E5=85=A5=E6=A8=A1=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/lang/workCenter/en.js | 3 ++- src/common/lang/workCenter/zh.js | 6 +++--- .../modules/InspectionPlanTable.vue | 5 ++++- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/src/common/lang/workCenter/en.js b/src/common/lang/workCenter/en.js index 07ed12bf..6b848abb 100644 --- a/src/common/lang/workCenter/en.js +++ b/src/common/lang/workCenter/en.js @@ -238,7 +238,8 @@ module.exports = { solicitOpinion: '征求意见', solicitOpinionObject: '征求意见对象', isCountersign: '是否会签', - countersignRelevantPersonnel: '会签相关人员' + countersignRelevantPersonnel: '会签相关人员', + downloadTemplate: '企标稽查计划导入模板' }, // 企标稽查流程 esInspectionProcess: { diff --git a/src/common/lang/workCenter/zh.js b/src/common/lang/workCenter/zh.js index 6b0475ab..f353c221 100644 --- a/src/common/lang/workCenter/zh.js +++ b/src/common/lang/workCenter/zh.js @@ -264,7 +264,8 @@ module.exports = { solicitOpinion: '征求意见', solicitOpinionObject: '征求意见对象', isCountersign: '是否会签', - countersignRelevantPersonnel: '会签相关人员' + countersignRelevantPersonnel: '会签相关人员', + downloadTemplate: '企标稽查计划导入模板' }, // 企标稽查流程 esInspectionProcess: { @@ -390,8 +391,7 @@ module.exports = { queryByCondition: '按条件查询', problemTypes: '问题类型' - } - , + }, // 法规合规评估流程 standardCompliance: { addStandard: '添加标准', diff --git a/src/views/workCenter/enterpriseStandardInspectionPlan/modules/InspectionPlanTable.vue b/src/views/workCenter/enterpriseStandardInspectionPlan/modules/InspectionPlanTable.vue index 671d1d43..7b70cc75 100644 --- a/src/views/workCenter/enterpriseStandardInspectionPlan/modules/InspectionPlanTable.vue +++ b/src/views/workCenter/enterpriseStandardInspectionPlan/modules/InspectionPlanTable.vue @@ -3,6 +3,8 @@
{{ $t('newlyAdded') }} + + {{ $t('templateDownload') }} {{ $t('import') }} @@ -97,7 +99,8 @@ export default { list: '/process/processEsInspectPlan/list', delete: '/process/processEsInspectPlan/delete', importExcelUrl: '/process/processEsInspectPlan/importExcel', - deleteBatch: '/process/processEsInspectPlan/deleteBatch' + deleteBatch: '/process/processEsInspectPlan/deleteBatch', + downTemplateUrl: '/process/processEsInspectPlan/importExcel' }, model: {}, dataSource: [],