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 是什么,都显示为字典下拉框 },