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