From ca9beade474f9a24699525e5a064c13d44e96af9 Mon Sep 17 00:00:00 2001 From: "zyx.net" Date: Mon, 6 Mar 2023 14:38:01 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A4=E8=AF=81=E6=B8=85=E5=8D=95=20?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E5=8F=82=E6=95=B0=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/certificationList/index.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 },