diff --git a/jero-web/src/views/projectManagement/components/associatedplatthree.vue b/jero-web/src/views/projectManagement/components/associatedplatthree.vue index a55cc93d2..96a610c85 100644 --- a/jero-web/src/views/projectManagement/components/associatedplatthree.vue +++ b/jero-web/src/views/projectManagement/components/associatedplatthree.vue @@ -77,14 +77,14 @@ }, { title: this.$t('regulatoryEngineer'), - dataIndex: 'regulationOwnerName', + dataIndex: 'createBy', align: 'left', ellipsis: true, width: 120 }, { title: this.$t('design') + '-' + this.$t('typeOfDeliverables'), - dataIndex: 'designdeliverableTypeName', + dataIndex: 'designDeliverableTypeName', align: 'left', ellipsis: true, width: 130