diff --git a/jero-web/src/views/projectManagement/components/certificationList/index.vue b/jero-web/src/views/projectManagement/components/certificationList/index.vue index c41c03e60..8c589c148 100644 --- a/jero-web/src/views/projectManagement/components/certificationList/index.vue +++ b/jero-web/src/views/projectManagement/components/certificationList/index.vue @@ -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 },