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: {},