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 @@