修改认证
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user