From 8fa2aecd40947dc26137a2cbeb9524463c98e295 Mon Sep 17 00:00:00 2001 From: "zyx.net" Date: Thu, 14 Jul 2022 13:51:14 +0800 Subject: [PATCH] =?UTF-8?q?=E9=AB=98=E7=BA=A7=E6=90=9C=E7=B4=A2=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E5=90=8D=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/ParameterItemCollectionList.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue b/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue index 46e74f812..39e5754e7 100644 --- a/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue +++ b/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue @@ -521,13 +521,13 @@ fieldList: [ { type: '', - value: 'attestationType', + value: 'certCategory', text: this.$t('certificationCategory'), dictCode: 'cert_category'//只要 dictCode 有值,无论 type 是什么,都显示为字典下拉框 }, { type: '', - value: 'attestationRank', + value: 'state', text: this.$t('status'), options: this.statusList//只要 dictCode 有值,无论 type 是什么,都显示为字典下拉框 },