认证清单 列表参数修改
This commit is contained in:
@@ -238,28 +238,28 @@
|
||||
{
|
||||
title: this.$t('areaOfResponsibility'),
|
||||
align: 'left',
|
||||
dataIndex: 'dutyTerritory',
|
||||
dataIndex: 'dutyTerritoryName',
|
||||
width: 180,
|
||||
ellipsis: true
|
||||
},
|
||||
{
|
||||
title: this.$t('engineeringInterfacePerson'),
|
||||
align: 'left',
|
||||
dataIndex: 'sdt',
|
||||
dataIndex: 'sdtName',
|
||||
width: 180,
|
||||
ellipsis: true
|
||||
},
|
||||
{
|
||||
title: this.$t('personLiable'),
|
||||
align: 'left',
|
||||
dataIndex: 'dutyPerson',
|
||||
dataIndex: 'dutyPersonName',
|
||||
width: 180,
|
||||
ellipsis: true
|
||||
},
|
||||
{
|
||||
title: this.$t('typeOfDeliverables'),
|
||||
align: 'left',
|
||||
dataIndex: 'deliverableType',
|
||||
dataIndex: 'deliverableTypeName',
|
||||
width: 180,
|
||||
ellipsis: true
|
||||
},
|
||||
@@ -280,7 +280,7 @@
|
||||
{
|
||||
title: this.$t('ProcessStatus'),
|
||||
align: 'left',
|
||||
dataIndex: 'flowStatus',
|
||||
dataIndex: 'flowStatusName',
|
||||
width: 180,
|
||||
ellipsis: true
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user