From 4ca7876bb6c35ccfa2ba921b6c80723c7f60ae70 Mon Sep 17 00:00:00 2001 From: "zyx.net" Date: Wed, 20 Sep 2023 17:58:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B9=B3=E5=8F=B0=E4=BB=B6=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E5=BA=93=20=E5=85=B3=E8=81=94=E5=8F=96=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../projectManagement/components/associatedplatthree.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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