From 6bf54fd901749bd27a4ea59684bc4474e8a6856f Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Wed, 21 Feb 2024 11:23:25 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E4=BF=AE=E6=94=B9=E6=A0=87=E5=87=86?= =?UTF-8?q?=E7=9A=84=E6=9F=A5=E7=9C=8B=E6=8C=89=E9=92=AE=E4=B8=BA=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/lang/zh-cn.js | 1 + .../standard/EnterpriseStandardList.vue | 6 +++--- .../domesticStandard/DomesticStandardList.vue | 6 +++--- .../overseasStandard/OverseasStandardList.vue | 6 +++--- 4 files changed, 10 insertions(+), 9 deletions(-) diff --git a/src/common/lang/zh-cn.js b/src/common/lang/zh-cn.js index a69ae7cf..c390873e 100644 --- a/src/common/lang/zh-cn.js +++ b/src/common/lang/zh-cn.js @@ -98,6 +98,7 @@ module.exports = { nodeQuickLookup: '节点快速查找', pleaseEnterOrSelect: '请输入或选择', view: '查看', + viewDetail: '详情', selectOne: '请选择一条数据', essentialInformation: '基本信息', download: '下载', diff --git a/src/views/enterpriseStandardLibrary/standard/EnterpriseStandardList.vue b/src/views/enterpriseStandardLibrary/standard/EnterpriseStandardList.vue index f4e03401..743c8289 100644 --- a/src/views/enterpriseStandardLibrary/standard/EnterpriseStandardList.vue +++ b/src/views/enterpriseStandardLibrary/standard/EnterpriseStandardList.vue @@ -116,7 +116,7 @@ - + @@ -132,7 +132,7 @@ - + @@ -264,7 +264,7 @@ export default { }, // 查看 { - text: this.$t('view'), + text: this.$t('viewDetail'), clickEvent: 'detailClick', has: 'enterpriseStandard:view' }, diff --git a/src/views/standardRegulationLibrary/domesticStandard/DomesticStandardList.vue b/src/views/standardRegulationLibrary/domesticStandard/DomesticStandardList.vue index b970bdb0..f6862201 100644 --- a/src/views/standardRegulationLibrary/domesticStandard/DomesticStandardList.vue +++ b/src/views/standardRegulationLibrary/domesticStandard/DomesticStandardList.vue @@ -168,7 +168,7 @@