修改搜索中心

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