mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update index.html
This commit is contained in:
parent
a604236090
commit
2850818e29
@ -25,7 +25,7 @@
|
|||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th class='list-table-check-td think-checkbox'>
|
<th class='list-table-check-td think-checkbox'>
|
||||||
<input data-auto-none data-check-target='.list-check-box' type='checkbox'>
|
<label><input data-auto-none data-check-target='.list-check-box' type='checkbox'></label>
|
||||||
</th>
|
</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>
|
||||||
@ -37,7 +37,7 @@
|
|||||||
{foreach $list as $key=>$vo}
|
{foreach $list as $key=>$vo}
|
||||||
<tr>
|
<tr>
|
||||||
<td class='list-table-check-td think-checkbox'>
|
<td class='list-table-check-td think-checkbox'>
|
||||||
<input class="list-check-box" value='{$vo.id}' type='checkbox'>
|
<label><input class="list-check-box" value='{$vo.id}' type='checkbox'></label>
|
||||||
</td>
|
</td>
|
||||||
<td class='text-left nowrap'>
|
<td class='text-left nowrap'>
|
||||||
任务名称:{$vo.title|default=''}<br>
|
任务名称:{$vo.title|default=''}<br>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user