From 87e9f2e76bcc897afc33635f52dfa6706ee63d44 Mon Sep 17 00:00:00 2001 From: qq787203167 <787203167@qq.com> Date: Mon, 28 Mar 2022 11:09:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=90=9C=E7=B4=A2=E4=B8=AD?= =?UTF-8?q?=E5=BF=83=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/common/lang/en-us.js | 4 +++- jero-web/src/common/lang/zh-cn.js | 2 ++ .../searchCenter/components/DocumentLibrary.vue | 10 +++++++--- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js index 29f17786c..c4f9a577c 100644 --- a/jero-web/src/common/lang/en-us.js +++ b/jero-web/src/common/lang/en-us.js @@ -549,5 +549,7 @@ module.exports = { enterQuantity:'Please enter quantity', text:'text', picture:'picture', - searchScope:'Search Scope' + searchScope:'Search Scope', + ImplementationDate:'Implementation Date', + vehicleInProductionDate:'vehicle in Production Date' } \ No newline at end of file diff --git a/jero-web/src/common/lang/zh-cn.js b/jero-web/src/common/lang/zh-cn.js index 6405467bc..b8add8b5e 100644 --- a/jero-web/src/common/lang/zh-cn.js +++ b/jero-web/src/common/lang/zh-cn.js @@ -554,4 +554,6 @@ module.exports = { text:'文本', picture:'图片', searchScope:'检索范围', + ImplementationDate:'新车型实施日期', + vehicleInProductionDate:'在产车实施日期' } \ No newline at end of file diff --git a/jero-web/src/views/documentTools/searchCenter/components/DocumentLibrary.vue b/jero-web/src/views/documentTools/searchCenter/components/DocumentLibrary.vue index 3a53679f4..e42fa0880 100644 --- a/jero-web/src/views/documentTools/searchCenter/components/DocumentLibrary.vue +++ b/jero-web/src/views/documentTools/searchCenter/components/DocumentLibrary.vue @@ -281,10 +281,15 @@ dataIndex: 'issue_time' }, { - title: this.$t('standardImplementationTime'), + title: this.$t('vehicleInProductionDate'), align: 'center', dataIndex: 'implement_time' }, + { + title: this.$t('ImplementationDate'), + align: 'center', + dataIndex: 'xin1_che1_xing2_ren4_zheng4_shi2_jian1' + }, { title: this.$t('operation'), align: 'center', @@ -425,8 +430,7 @@ handleCompare(val) { let item = JSON.parse(JSON.stringify(val)) this.$nextTick(() => { - this.$refs.libraryPushRef.visible = true - this.$refs.libraryPushRef.tableKey = item.id.split(',') + this.$refs.libraryPushRef.getPush(item.id.split(',')) }) }, dateChange(item) {