From 528bb755b0f1e6f9d7731f9f0e250d5737c1065f Mon Sep 17 00:00:00 2001 From: "zyx.net" Date: Tue, 18 Apr 2023 15:35:25 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A4=E8=AF=81=E7=B1=BB=E5=9E=8B=E9=AB=98?= =?UTF-8?q?=E7=BA=A7=E6=90=9C=E7=B4=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/certificationList/index.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/jero-web/src/views/projectManagement/components/certificationList/index.vue b/jero-web/src/views/projectManagement/components/certificationList/index.vue index a2a0612cc..9f44b0703 100644 --- a/jero-web/src/views/projectManagement/components/certificationList/index.vue +++ b/jero-web/src/views/projectManagement/components/certificationList/index.vue @@ -572,6 +572,12 @@ value: 'wvtaId', text: 'WVTA ID' }, + { + type: 'list_multi', + value: 'attestationTypeName', + text: this.$t('certificationType'), + dictCode: 'ren4_zheng4_qing1_dan1_-_ren4_zheng4_lei4_xing2'//只要 dictCode 有值,无论 type 是什么,都显示为字典下拉框 + }, { type: 'string', value: 'serialNumber', @@ -593,7 +599,7 @@ type: 'date', value: 'endTime', text: this.$t('closingDate') - } + }, ], disabled: false, queryParamQuery: {},