|
@@ -12,6 +12,7 @@
|
|
|
<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='list-table-sort-td'><button type="button" data-reload class="layui-btn layui-btn-xs">刷 新</button></th>
|
|
|
<th class='text-left nowrap'>标题</th>
|
|
|
<th class='text-left nowrap'>封面</th>
|
|
|
<th class='text-left nowrap'>开始时间</th>
|
|
@@ -23,6 +24,7 @@
|
|
|
{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='list-table-sort-td'><input data-action-blur="{:request()->url()}" data-value="id#{$vo.id};action#sort;sort#{value}" data-loading="false" value="{$vo.sort}" class="list-sort-input"></td>
|
|
|
<td class='text-left nowrap'>{$vo.name|default=''}</td>
|
|
|
<td class='text-left nowrap'><img data-tips-image="{$vo.cover|default=''}" src="{$vo.cover|default=''}" height="50" width="117px"></td>
|
|
|
<td class='text-left nowrap'>{$vo.start_at|format_datetime}</td>
|
|
@@ -44,7 +46,7 @@
|
|
|
<script>
|
|
|
function btn_confirm(msg,fun,id) {
|
|
|
layer.confirm('请确定是否'+msg, {btn: ['确定', '取消'], title: "提示"}, function () {
|
|
|
- var url = "/store/audit_desc/"+fun;
|
|
|
+ var url = "/store/live/"+fun;
|
|
|
layer.closeAll();
|
|
|
$.ajax({
|
|
|
type: "post",
|