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

@ -13,7 +13,7 @@
</div>
<div class="form-group">
<label class="col-sm-2 control-label">登录信息:</label>
<div class="form-control-static" th:text="${operLog.loginName} + ' / ' + ${operLog.deptName} + ' / ' + ${operLog.operIp}">
<div class="form-control-static" th:text="${operLog.loginName} + ' / ' + ${operLog.deptName} + ' / ' + ${operLog.operIp}+ ' / ' + ${operLog.operLocation}">
</div>
</div>
<div class="form-group">