From 9a22f1c764f710cab8f65e1e03c73e2d5cf23b8c Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Fri, 26 Jul 2024 17:18:02 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E4=BF=AE=E6=94=B9bug87524?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/lang/enterpriseStandardLibrary/en.js | 2 +- src/common/lang/enterpriseStandardLibrary/zh.js | 2 +- src/common/lang/standardRegulationLibrary/en-us.js | 2 +- src/common/lang/standardRegulationLibrary/zh-cn.js | 2 +- .../standard/detail/EnterpriseStandardDetail.vue | 4 ++-- .../foreignStandard/detail/ForeignStandardDetailPage.vue | 8 ++++---- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/common/lang/enterpriseStandardLibrary/en.js b/src/common/lang/enterpriseStandardLibrary/en.js index 4e8d5ea..61db124 100644 --- a/src/common/lang/enterpriseStandardLibrary/en.js +++ b/src/common/lang/enterpriseStandardLibrary/en.js @@ -21,7 +21,7 @@ module.exports = { evaluate: 'Evaluation of enterprise standard', updateRecord: 'Update record', submitQuestion: 'Submit a question', - standardResolutionSheet: 'Standard resolution sheet', + standardResolutionSheet: 'Standard interpretation', nodeName: 'Node name', subjectToClause: 'Section clause', standardContentOrRequirements: 'Standard content or requirements', diff --git a/src/common/lang/enterpriseStandardLibrary/zh.js b/src/common/lang/enterpriseStandardLibrary/zh.js index 57c043f..ab53058 100644 --- a/src/common/lang/enterpriseStandardLibrary/zh.js +++ b/src/common/lang/enterpriseStandardLibrary/zh.js @@ -21,7 +21,7 @@ module.exports = { evaluate: '企标评价', updateRecord: '更新记录', submitQuestion: '提交问题', - standardResolutionSheet: '标准分解单', + standardResolutionSheet: '标准解读', nodeName: '节点名称', subjectToClause: '章节条款', standardContentOrRequirements: '标准内容或要求', diff --git a/src/common/lang/standardRegulationLibrary/en-us.js b/src/common/lang/standardRegulationLibrary/en-us.js index a4fc66f..8069f44 100644 --- a/src/common/lang/standardRegulationLibrary/en-us.js +++ b/src/common/lang/standardRegulationLibrary/en-us.js @@ -5,7 +5,7 @@ module.exports = { nodeOrder: 'Node ordering', // 节点排序 configStandardNoTreeNode: 'Please select Level 2 and below system first', // 请先选择二级及以下体系 selectLeastOneTableData: 'Select at least one list data', // 选中至少一条列表数据 - standardResolutionSheet: 'Standard resolution sheet', // 标准分解单 + standardResolutionSheet: 'Standard interpretation', // 标准解读 updateRecord: 'Update record', // 更新记录 submitQuestion: 'Submit a question', // 提交问题 standardCatalogue: 'Standard catalogue', // 标准目录 diff --git a/src/common/lang/standardRegulationLibrary/zh-cn.js b/src/common/lang/standardRegulationLibrary/zh-cn.js index d4e976f..5399151 100644 --- a/src/common/lang/standardRegulationLibrary/zh-cn.js +++ b/src/common/lang/standardRegulationLibrary/zh-cn.js @@ -5,7 +5,7 @@ module.exports = { nodeOrder: '节点排序', configStandardNoTreeNode: '请先选择二级及以下体系', selectLeastOneTableData: '选中至少一条列表数据', - standardResolutionSheet: '标准分解单', + standardResolutionSheet: '标准解读', updateRecord: '更新记录', submitQuestion: '提交问题', standardCatalogue: '标准目录', diff --git a/src/views/enterpriseStandardLibrary/standard/detail/EnterpriseStandardDetail.vue b/src/views/enterpriseStandardLibrary/standard/detail/EnterpriseStandardDetail.vue index 115b0cf..c209b7f 100644 --- a/src/views/enterpriseStandardLibrary/standard/detail/EnterpriseStandardDetail.vue +++ b/src/views/enterpriseStandardLibrary/standard/detail/EnterpriseStandardDetail.vue @@ -116,7 +116,7 @@ - +
@@ -331,7 +331,7 @@ export default { downloadFile(`/sys/common/devEncryptDownloadWithoutWaterMark/${file.id}`, file.fileName) }, /** - * 查看标准分解单 + * 查看标准解读 */ previewStandardResolutionSheet (id) { this.$refs.standardResolutionSheetModal.open(id) diff --git a/src/views/standardRegulationLibrary/foreignStandard/detail/ForeignStandardDetailPage.vue b/src/views/standardRegulationLibrary/foreignStandard/detail/ForeignStandardDetailPage.vue index bf1c944..167cc77 100644 --- a/src/views/standardRegulationLibrary/foreignStandard/detail/ForeignStandardDetailPage.vue +++ b/src/views/standardRegulationLibrary/foreignStandard/detail/ForeignStandardDetailPage.vue @@ -71,7 +71,7 @@
{{ formItem.dbFieldTxt }} - +
- + @@ -136,7 +136,7 @@ import { queryStandardInfoByStandardNumber } from '../../../../utils/util' // 外来标准法规权限 const ForeignStandardPermission = { - standardResolutionSheet: 'foreignStandard:standardResolutionSheet', // 标准分解单 + standardResolutionSheet: 'foreignStandard:standardResolutionSheet', // 标准解读 download: 'foreignStandard:download', // 下载 unwatermarkedDownload: 'foreignStandard:unwatermarkedDownload' // 无水印下载 } @@ -299,7 +299,7 @@ export default { this.$forceUpdate() }, /** - * 查看标准分解单 + * 查看标准解读 */ previewStandardResolutionSheet (id) { this.$refs.standardResolutionSheetModal.open(id)