高级搜索字段名修改
This commit is contained in:
@@ -521,13 +521,13 @@
|
|||||||
fieldList: [
|
fieldList: [
|
||||||
{
|
{
|
||||||
type: '',
|
type: '',
|
||||||
value: 'attestationType',
|
value: 'certCategory',
|
||||||
text: this.$t('certificationCategory'),
|
text: this.$t('certificationCategory'),
|
||||||
dictCode: 'cert_category'//只要 dictCode 有值,无论 type 是什么,都显示为字典下拉框
|
dictCode: 'cert_category'//只要 dictCode 有值,无论 type 是什么,都显示为字典下拉框
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: '',
|
type: '',
|
||||||
value: 'attestationRank',
|
value: 'state',
|
||||||
text: this.$t('status'),
|
text: this.$t('status'),
|
||||||
options: this.statusList//只要 dictCode 有值,无论 type 是什么,都显示为字典下拉框
|
options: this.statusList//只要 dictCode 有值,无论 type 是什么,都显示为字典下拉框
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user