diff --git a/src/common/lang/standardRegulationLibrary/en-us.js b/src/common/lang/standardRegulationLibrary/en-us.js index 8571bd3..9ca3aa0 100644 --- a/src/common/lang/standardRegulationLibrary/en-us.js +++ b/src/common/lang/standardRegulationLibrary/en-us.js @@ -36,7 +36,9 @@ module.exports = { cancelCollection: 'Delete Collection', // 取消收藏 exportFileName: 'External Standard(s) and Regulation(s)', exportZipName: 'External Standard(s) and Regulation(s) (With files)', - templateName: 'Import template for External Standard(s) and Regulation(s)' + templateName: 'Import template for External Standard(s) and Regulation(s)', + haveNewVersion: '(New version available)', + annul: '(repealed)' }, // 动态消息 dynamicMessage: { diff --git a/src/common/lang/standardRegulationLibrary/zh-cn.js b/src/common/lang/standardRegulationLibrary/zh-cn.js index 120cfb8..fb498e2 100644 --- a/src/common/lang/standardRegulationLibrary/zh-cn.js +++ b/src/common/lang/standardRegulationLibrary/zh-cn.js @@ -36,7 +36,9 @@ module.exports = { cancelCollection: '取消收藏', exportFileName: '外来标准法规', exportZipName: '外来标准法规(带文件)', - templateName: '外来标准法规导入模板' + templateName: '外来标准法规导入模板', + haveNewVersion: '(已有新版本)', + annul: '(废止)' }, // 动态消息 dynamicMessage: { diff --git a/src/views/standardRegulationLibrary/foreignStandard/detail/ForeignStandardDetailPage.vue b/src/views/standardRegulationLibrary/foreignStandard/detail/ForeignStandardDetailPage.vue index 0301f17..ca97193 100644 --- a/src/views/standardRegulationLibrary/foreignStandard/detail/ForeignStandardDetailPage.vue +++ b/src/views/standardRegulationLibrary/foreignStandard/detail/ForeignStandardDetailPage.vue @@ -1,7 +1,8 @@