[更新]修改日志列表显示

This commit is contained in:
Anyon 2018-03-27 10:52:38 +08:00
parent 966df943a2
commit a6686ce3f1

View File

@ -60,6 +60,9 @@
<!-- 表单搜索 结束 --> <!-- 表单搜索 结束 -->
<form onsubmit="return false;" data-auto="true" method="post"> <form onsubmit="return false;" data-auto="true" method="post">
<!--{empty name='list'}-->
<p class="help-block text-center well"> 哦!</p>
<!--{else}-->
<input type="hidden" value="resort" name="action"> <input type="hidden" value="resort" name="action">
<table class="layui-table" lay-skin="line"> <table class="layui-table" lay-skin="line">
<thead> <thead>
@ -92,5 +95,6 @@
</tbody> </tbody>
</table> </table>
{if isset($page)}<p>{$page|raw}</p>{/if} {if isset($page)}<p>{$page|raw}</p>{/if}
<!--{/empty}-->
</form> </form>
{/block} {/block}