修改搜索中心
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user