diff --git a/jero-web/src/views/projectManagement/components/certificationList/index.vue b/jero-web/src/views/projectManagement/components/certificationList/index.vue index d40476924..9f8cc43e8 100644 --- a/jero-web/src/views/projectManagement/components/certificationList/index.vue +++ b/jero-web/src/views/projectManagement/components/certificationList/index.vue @@ -78,7 +78,15 @@ v-model="queryParam.serialNumber"> - + +
+
+ {{ $t('category') }} +
+ +
+
@@ -648,11 +656,11 @@ 'Component report not submitted': 'TrackedColor' }, fieldList: [ - { - type: 'string', - value: 'category', - text: this.$t('category') - }, + // { + // type: 'string', + // value: 'category', + // text: this.$t('category') + // }, { type: 'string', value: 'configItem',