diff --git a/src/common/lang/dashboard/en.js b/src/common/lang/dashboard/en.js index 6487685..8b867fe 100644 --- a/src/common/lang/dashboard/en.js +++ b/src/common/lang/dashboard/en.js @@ -52,6 +52,7 @@ module.exports = { termNo: 'Article No.', termTitle: 'Article Title', termContent: 'Article Content', + translation: 'Translation', applicableComponents: 'Applicable Components', newProduceVehiclesImplementationDate: 'New Certified Vehicle Implementation Date', newAuthVehiclesImplementationDate: 'New Production Vehicle Implementation Date', diff --git a/src/common/lang/dashboard/zh.js b/src/common/lang/dashboard/zh.js index 7cec826..95e6743 100644 --- a/src/common/lang/dashboard/zh.js +++ b/src/common/lang/dashboard/zh.js @@ -52,6 +52,7 @@ module.exports = { termNo: '条款号', termTitle: '条款标题', termContent: '条款内容', + translation: '译文', applicableComponents: '适用零部件', newProduceVehiclesImplementationDate: '新生产车实施日期', newAuthVehiclesImplementationDate: '新认证车实施日期', diff --git a/src/views/dashboard/search/AdvancedSearch.vue b/src/views/dashboard/search/AdvancedSearch.vue index 30063c5..070c2ac 100644 --- a/src/views/dashboard/search/AdvancedSearch.vue +++ b/src/views/dashboard/search/AdvancedSearch.vue @@ -211,6 +211,13 @@