From 4431d63afcb73405daf9e75d7e07883ac1dc1bae Mon Sep 17 00:00:00 2001 From: "zyx.net" Date: Thu, 12 Jan 2023 17:09:42 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E5=8F=96=20=E9=AB=98=E7=BA=A7?= =?UTF-8?q?=E6=90=9C=E7=B4=A2=20=E9=A1=BA=E5=BA=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/transferListvirtal.vue | 33 ++++++++++--------- .../components/transferListvirtal.vue | 33 ++++++++++--------- 2 files changed, 34 insertions(+), 32 deletions(-) diff --git a/jero-web/src/views/documentTools/virtualList/components/transferListvirtal.vue b/jero-web/src/views/documentTools/virtualList/components/transferListvirtal.vue index 16757d288..68a324b9a 100644 --- a/jero-web/src/views/documentTools/virtualList/components/transferListvirtal.vue +++ b/jero-web/src/views/documentTools/virtualList/components/transferListvirtal.vue @@ -192,14 +192,15 @@ export default { text: this.$t('subtitle') }, { - type: 'string', - value: 'correspondingStandard', - text: this.$t('correspondingStandard') + type: '', + value: 'region', + text: this.$t('zoneOfApplication'), + dictCode: 'region'//只要 dictCode 有值,无论 type 是什么,都显示为字典下拉框 }, { type: 'string', - value: 'subtitle', - text: this.$t('subtitle') + value: 'correspondingStandard', + text: this.$t('correspondingStandard') }, { type: '', @@ -217,11 +218,6 @@ export default { value: 'implementTime', text: this.$t('vehicleInProductionDate') }, - { - type: 'string', - value: 'wvtaId', - text: 'WVTA ID' - }, { type: '', value: 'attestationType', @@ -234,18 +230,23 @@ export default { text: this.$t('certificationLevel'), dictCode: 'attestation_rank'//只要 dictCode 有值,无论 type 是什么,都显示为字典下拉框 }, + { + type: 'string', + value: 'applicableSupplement', + text: this.$t('applicableSupplement') + }, + { + type: 'string', + value: 'wvtaId', + text: 'WVTA ID' + }, { type: '', value: 'dutyTerritory', text: this.$t('areaOfResponsibility'), dictCode: 'duty_territory'//只要 dictCode 有值,无论 type 是什么,都显示为字典下拉框 }, - { - type: '', - value: 'region', - text: this.$t('zoneOfApplication'), - dictCode: 'region'//只要 dictCode 有值,无论 type 是什么,都显示为字典下拉框 - }, + ], dataList: [], content: [], diff --git a/jero-web/src/views/projectManagement/components/transferListvirtal.vue b/jero-web/src/views/projectManagement/components/transferListvirtal.vue index 01c083472..1fb61d47e 100644 --- a/jero-web/src/views/projectManagement/components/transferListvirtal.vue +++ b/jero-web/src/views/projectManagement/components/transferListvirtal.vue @@ -191,14 +191,15 @@ export default { text: this.$t('subtitle') }, { - type: 'string', - value: 'correspondingStandard', - text: this.$t('correspondingStandard') + type: '', + value: 'region', + text: this.$t('zoneOfApplication'), + dictCode: 'region'//只要 dictCode 有值,无论 type 是什么,都显示为字典下拉框 }, { type: 'string', - value: 'subtitle', - text: this.$t('subtitle') + value: 'correspondingStandard', + text: this.$t('correspondingStandard') }, { type: '', @@ -216,11 +217,6 @@ export default { value: 'implementTime', text: this.$t('vehicleInProductionDate') }, - { - type: 'string', - value: 'wvtaId', - text: 'WVTA ID' - }, { type: '', value: 'attestationType', @@ -233,18 +229,23 @@ export default { text: this.$t('certificationLevel'), dictCode: 'attestation_rank'//只要 dictCode 有值,无论 type 是什么,都显示为字典下拉框 }, + { + type: 'string', + value: 'applicableSupplement', + text: this.$t('applicableSupplement') + }, + { + type: 'string', + value: 'wvtaId', + text: 'WVTA ID' + }, { type: '', value: 'dutyTerritory', text: this.$t('areaOfResponsibility'), dictCode: 'duty_territory'//只要 dictCode 有值,无论 type 是什么,都显示为字典下拉框 }, - { - type: '', - value: 'region', - text: this.$t('zoneOfApplication'), - dictCode: 'region'//只要 dictCode 有值,无论 type 是什么,都显示为字典下拉框 - }, + ], dataList: [], content: [],