修改搜索中心

This commit is contained in:
qq787203167
2022-03-15 15:32:05 +08:00
parent a4744b0f39
commit fd482baf6c
@@ -167,47 +167,47 @@
{ {
title: this.$t('standard'), title: this.$t('standard'),
align: 'center', align: 'center',
dataIndex: 'templateCode' dataIndex: 'serial_number'
}, },
{ {
title: this.$t('title'), title: this.$t('title'),
align: 'center', align: 'center',
dataIndex: 'templateName' dataIndex: 'title'
}, },
{ {
title: this.$t('fileName'), title: this.$t('fileName'),
align: 'center', align: 'center',
dataIndex: 'template' dataIndex: 'fileName'
}, },
{ {
title: this.$t('status'), title: this.$t('status'),
align: 'center', align: 'center',
dataIndex: 'templateCon' dataIndex: 'state'
}, },
{ {
title: this.$t('zoneOfApplication'), title: this.$t('zoneOfApplication'),
align: 'center', align: 'center',
dataIndex: 'templateCont' dataIndex: 'region'
}, },
{ {
title: this.$t('functionalAreas'), title: this.$t('functionalAreas'),
align: 'center', align: 'center',
dataIndex: 'templateContent1' dataIndex: 'function_territory'
}, },
{ {
title: this.$t('technicalField'), title: this.$t('technicalField'),
align: 'center', align: 'center',
dataIndex: 'templateContent2' dataIndex: 'technology_territory'
}, },
{ {
title: this.$t('releaseTime'), title: this.$t('releaseTime'),
align: 'center', align: 'center',
dataIndex: 'releaseTime' dataIndex: 'issue_time'
}, },
{ {
title: this.$t('standardImplementationTime'), title: this.$t('standardImplementationTime'),
align: 'center', align: 'center',
dataIndex: 'standardImplementationTime' dataIndex: 'implement_time'
}, },
{ {
title: this.$t('operation'), title: this.$t('operation'),