高级搜索字段名修改

This commit is contained in:
zyx.net
2022-07-14 13:51:14 +08:00
parent 6a35987241
commit 8fa2aecd40
@@ -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 是什么,都显示为字典下拉框
}, },