fix; 搜索框 下拉类型 禁止输入

This commit is contained in:
zhangyu
2021-09-27 18:06:41 +08:00
parent 90d51840c7
commit fb7a7a349a
15 changed files with 21 additions and 0 deletions

View File

@@ -74,6 +74,7 @@ export default {
name: this.$t('config.operationlog.operation'),
type: 'selectString',
label: 'operation',
readonly: true,
disabled: false
}, {
id: 14,
@@ -85,6 +86,7 @@ export default {
id: 16,
name: this.$t('config.operationlog.state'),
type: 'selectString',
readonly: true,
label: 'state',
disabled: false
}, {