[更新]修改系统后台日志

This commit is contained in:
Anyon 2019-08-22 00:09:55 +08:00
parent f71ee1d679
commit 1b84a1519b

View File

@ -22,8 +22,7 @@
<th class='list-table-check-td think-checkbox'>
<input data-auto-none data-check-target='.list-check-box' type='checkbox'>
</th>
<th class='text-left nowrap'>操作账号</th>
<th class='text-left nowrap'>权限节点</th>
<th class='text-left nowrap'>操作权限</th>
<th class='text-left nowrap'>操作行为</th>
<th class='text-left nowrap'>地理位置</th>
<th class='text-left nowrap'>操作时间</th>
@ -36,8 +35,10 @@
<td class='list-table-check-td think-checkbox'>
<input class="list-check-box" value='{$vo.id}' type='checkbox'>
</td>
<td class="text-left nowrap">{$vo.username|default='-'}</td>
<td class="text-left nowrap">{$vo.node|default='-'}</td>
<td class="text-left nowrap">
<span class="font-w7">{$vo.username|default='-'}</span><br>
<span class="color-desc">{$vo.node|default='-'}</span>
</td>
<td class='text-left nowrap'>
<p class="color-text">{$vo.action|default='-'}</p>
<p class="color-desc">{$vo.content|default='-'}</p>