mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
[更新]修改系统后台日志
This commit is contained in:
parent
f71ee1d679
commit
1b84a1519b
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user