修改认证

This commit is contained in:
zyx.net
2022-11-16 16:06:59 +08:00
parent 24e4ced3f7
commit ccc0cb5512
2 changed files with 43 additions and 20 deletions
@@ -603,6 +603,18 @@
text: this.$t('parameterBatch'),
dictCode: 'params_batch'
},
{
type: '',
value: 'sdt',
text: this.$t('sdt'),
dictCode: 'sdt'//只要 dictCode 有值,无论 type 是什么,都显示为字典下拉框
},
{
type: '',
value: 'dre',
text: this.$t('dre'),
dictCode: 'dre'//只要 dictCode 有值,无论 type 是什么,都显示为字典下拉框
},
],
selectedRowKeys: [],
textLoading: false,