From fd482baf6cec16f7202ad72b41de65fb3cf698d0 Mon Sep 17 00:00:00 2001 From: qq787203167 <787203167@qq.com> Date: Tue, 15 Mar 2022 15:32:05 +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?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/DocumentLibrary.vue | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/jero-web/src/views/documentTools/searchCenter/components/DocumentLibrary.vue b/jero-web/src/views/documentTools/searchCenter/components/DocumentLibrary.vue index cb0f9dd69..cf04456bc 100644 --- a/jero-web/src/views/documentTools/searchCenter/components/DocumentLibrary.vue +++ b/jero-web/src/views/documentTools/searchCenter/components/DocumentLibrary.vue @@ -167,47 +167,47 @@ { title: this.$t('standard'), align: 'center', - dataIndex: 'templateCode' + dataIndex: 'serial_number' }, { title: this.$t('title'), align: 'center', - dataIndex: 'templateName' + dataIndex: 'title' }, { title: this.$t('fileName'), align: 'center', - dataIndex: 'template' + dataIndex: 'fileName' }, { title: this.$t('status'), align: 'center', - dataIndex: 'templateCon' + dataIndex: 'state' }, { title: this.$t('zoneOfApplication'), align: 'center', - dataIndex: 'templateCont' + dataIndex: 'region' }, { title: this.$t('functionalAreas'), align: 'center', - dataIndex: 'templateContent1' + dataIndex: 'function_territory' }, { title: this.$t('technicalField'), align: 'center', - dataIndex: 'templateContent2' + dataIndex: 'technology_territory' }, { title: this.$t('releaseTime'), align: 'center', - dataIndex: 'releaseTime' + dataIndex: 'issue_time' }, { title: this.$t('standardImplementationTime'), align: 'center', - dataIndex: 'standardImplementationTime' + dataIndex: 'implement_time' }, { title: this.$t('operation'),