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: [],