操作日志中显示地区和ISP信息

This commit is contained in:
GoEdgeLab
2020-11-10 21:52:06 +08:00
parent 35f728515e
commit d4b9030657
2 changed files with 29 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
<table class="ui table selectable" v-for="log in logs">
<tr>
<td>{{log.createdTime}} <span v-if="log.userName.length > 0">@ {{log.userName}}</span> @ {{log.ip}}</td>
<td>{{log.createdTime}} <span class="grey"> <span v-if="log.userName.length > 0">| {{log.userName}}</span> | {{log.ip}}<span v-if="log.region.length > 0"> | {{log.region}}</span></span></td>
</tr>
<tr>
<td>{{log.description}}</td>