mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
[更新]修改日志列表显示
This commit is contained in:
parent
966df943a2
commit
a6686ce3f1
@ -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}
|
Loading…
x
Reference in New Issue
Block a user