认证清单 列表参数修改

This commit is contained in:
zyx.net
2023-03-06 14:38:01 +08:00
parent 3b6573202d
commit ca9beade47
@@ -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
},