From 4cdafeb1b7227107035278019342a3f07db10feb Mon Sep 17 00:00:00 2001 From: gaosong Date: Sun, 12 Nov 2023 15:22:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AE=A4=E8=AF=81=E6=B8=85?= =?UTF-8?q?=E5=8D=95=E7=B1=BB=E5=88=AB=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 | 20 +++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) 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',