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: [],