|
@@ -7,7 +7,6 @@
|
|
|
{notempty name='list'}
|
|
|
<thead>
|
|
|
<tr>
|
|
|
- <th class='list-table-check-td think-checkbox'><input data-auto-none data-check-target='.list-check-box' type='checkbox'></th>
|
|
|
<th class='text-left nowrap'>会员</th>
|
|
|
<th class='text-left nowrap'>直播标题</th>
|
|
|
<th class='text-left nowrap'>直播开始时间</th>
|
|
@@ -19,7 +18,6 @@
|
|
|
<tbody>
|
|
|
{foreach $list as $key=>$vo}
|
|
|
<tr>
|
|
|
- <td class='list-table-check-td think-checkbox'><input class="list-check-box" value='{$vo.id}' type='checkbox'></td>
|
|
|
<td class='text-left nowrap'>{$vo.user_name|default=''}</td>
|
|
|
<td class='text-left nowrap'>{$vo.live_name|default=''}</td>
|
|
|
<td class='text-left nowrap'>{$vo.start_at|default=''}</td>
|