From aba41648ab34ec10cc842498e1da8f1c6da914d0 Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Fri, 6 Sep 2024 09:54:50 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"[update]=20=E9=AB=98=E7=BA=A7?= =?UTF-8?q?=E6=90=9C=E7=B4=A2=E6=9F=A5=E8=AF=A2=E7=BB=93=E6=9E=9C=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E8=AF=91=E6=96=87=E5=88=97"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 280b7844 --- src/common/lang/dashboard/en.js | 1 - src/common/lang/dashboard/zh.js | 1 - src/views/dashboard/search/AdvancedSearch.vue | 14 -------------- 3 files changed, 16 deletions(-) diff --git a/src/common/lang/dashboard/en.js b/src/common/lang/dashboard/en.js index 8b867fe..6487685 100644 --- a/src/common/lang/dashboard/en.js +++ b/src/common/lang/dashboard/en.js @@ -52,7 +52,6 @@ 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 95e6743..7cec826 100644 --- a/src/common/lang/dashboard/zh.js +++ b/src/common/lang/dashboard/zh.js @@ -52,7 +52,6 @@ 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 070c2ac..30063c5 100644 --- a/src/views/dashboard/search/AdvancedSearch.vue +++ b/src/views/dashboard/search/AdvancedSearch.vue @@ -211,13 +211,6 @@
{{ global.emptyLine }}
- - @@ -401,13 +394,6 @@ export default { dataIndex: 'item_content', scopedSlots: { customRender: 'item_content' } }, - { // 译文 - title: this.$t('dashboard.advancedSearch.translation'), - align: 'center', - width: 180, - dataIndex: 'translation', - scopedSlots: { customRender: 'translation' } - }, // { // 适用零部件 // title: this.$t('dashboard.advancedSearch.applicableComponents'), // align: 'center',