[更新]简化代码,优化结构

This commit is contained in:
邹景立 2017-04-21 17:41:47 +08:00
parent 590e148f36
commit 0b7afcece2

View File

@ -55,11 +55,11 @@
<input data-none-auto="" data-check-target='.list-check-box' type='checkbox'/>
</th>
<th class='text-center'>操作者</th>
<th class='text-center'>节点</th>
<th class='text-center'>行为</th>
<th class='text-center'>操作内容</th>
<th class='text-center'>操作位置</th>
<th class='text-center'>操作时间</th>
<th class='text-left'>节点</th>
<th class='text-left'>行为</th>
<th class='text-left'>操作内容</th>
<th class='text-left'>操作位置</th>
<th class='text-left'>操作时间</th>
</tr>
</thead>
<tbody>
@ -69,11 +69,11 @@
<input class="list-check-box" value='{$vo.id}' type='checkbox'/>
</td>
<td class='text-center'>{$vo.username}</td>
<td class='text-center'>{$vo.node}</td>
<td class='text-center'>{$vo.action}</td>
<td class='text-center'>{$vo.content}</td>
<td class='text-center'>{$vo.isp|default=$vo.ip}</td>
<td class='text-center'>{$vo.create_at}</td>
<td class='text-left'>{$vo.node}</td>
<td class='text-left'>{$vo.action}</td>
<td class='text-left'>{$vo.content}</td>
<td class='text-left'>{$vo.isp|default=$vo.ip}</td>
<td class='text-left'>{$vo.create_at}</td>
</tr>
{/foreach}
</tbody>