调取 高级搜索 顺序调整

This commit is contained in:
zyx.net
2023-01-12 17:09:42 +08:00
parent 78fe3d9913
commit 4431d63afc
2 changed files with 34 additions and 32 deletions
@@ -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: [],
@@ -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: [],