feat: 命令记录接口增加 remote_addr 字段

This commit is contained in:
xinwen 2021-12-24 17:39:33 +08:00 committed by 老广
parent ef97df09cb
commit ec00a541f8

View File

@ -49,7 +49,7 @@ export default {
} }
}, },
columns: [ columns: [
'expandCol', 'input', 'risk_level', 'user', 'expandCol', 'input', 'risk_level', 'user', 'remote_addr',
'asset', 'system_user', 'session', 'timestamp' 'asset', 'system_user', 'session', 'timestamp'
], ],
extraQuery: { extraQuery: {