fix: 修正terminallog搜索参数名

This commit is contained in:
chenjinsong
2021-05-24 11:21:04 +08:00
parent 3e22a8e2a8
commit dbd922fe1b

View File

@@ -66,7 +66,7 @@ export default {
id: 13, id: 13,
name: this.$t('config.terminallog.sourceIp'), name: this.$t('config.terminallog.sourceIp'),
type: 'input', type: 'input',
label: 'host', label: 'remoteAddr',
disabled: false disabled: false
}, { }, {
id: 14, id: 14,