1.增加操作日志操作地点、登录日志的登录地点、在线用户登录地点。

This commit is contained in:
yangzhengze
2018-05-29 01:37:23 +08:00
parent faf83c61cc
commit 1e66da2dd7
14 changed files with 75 additions and 14 deletions

View File

@ -16,6 +16,10 @@ $(function() {
field: 'ipaddr',
title: '主机'
},
{
field: 'loginLocation',
title: '登录地点'
},
{
field: 'browser',
title: '浏览器'

View File

@ -20,6 +20,10 @@ $(function() {
field: 'ipaddr',
title: '主机'
},
{
field: 'longinLocation',
title: '登录地点'
},
{
field: 'browser',
title: '浏览器'

View File

@ -28,6 +28,10 @@ $(function() {
field: 'operIp',
title: '主机'
},
{
field: 'operLocation',
title: '操作地点'
},
{
field: 'status',
title: '操作状态',