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'),