Update index.html

This commit is contained in:
邹景立 2021-03-16 15:57:53 +08:00
parent 9442beb5cb
commit a605bcb477

View File

@ -34,7 +34,7 @@
{/notempty} {/notempty}
<tbody> <tbody>
{foreach $list as $key=>$vo} {foreach $list as $key=>$vo}
<tr data-dbclick> <tr>
<td class='list-table-check-td think-checkbox'> <td class='list-table-check-td think-checkbox'>
<label><input class="list-check-box" value='{$vo.id}' type='checkbox'></label> <label><input class="list-check-box" value='{$vo.id}' type='checkbox'></label>
</td> </td>
@ -48,7 +48,7 @@
<td class="text-left nowrap">{$vo.create_at|format_datetime}</td> <td class="text-left nowrap">{$vo.create_at|format_datetime}</td>
<td class='text-left nowrap'> <td class='text-left nowrap'>
<!--{if auth("edit")}--> <!--{if auth("edit")}-->
<a data-dbclick class="layui-btn layui-btn-sm" data-open="{:url('edit')}?id={$vo.id}"> </a> <a class="layui-btn layui-btn-sm" data-open="{:url('edit')}?id={$vo.id}"> </a>
<!--{/if}--> <!--{/if}-->
<!--{if auth("state") and $vo.status eq 1}--> <!--{if auth("state") and $vo.status eq 1}-->