...
|
...
|
@@ -79,24 +79,6 @@ |
|
|
</tr>
|
|
|
</foreach>
|
|
|
</tbody>
|
|
|
<thead>
|
|
|
<tr>
|
|
|
<th width="15">
|
|
|
<label>
|
|
|
<input type="checkbox" class="js-check-all" data-direction="x" data-checklist="js-check-x">
|
|
|
</label>
|
|
|
</th>
|
|
|
<th width="20">ID</th>
|
|
|
<th width="50">标题</th>
|
|
|
<th width="20">缩略图</th>
|
|
|
<th width="20">摘要</th>
|
|
|
<th width="30">创建时间</th>
|
|
|
<th width="30">更新时间</th>
|
|
|
<th width="30">发布时间</th>
|
|
|
<th width="30">状态</th>
|
|
|
<th width="100">操作</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
</table>
|
|
|
<div class="table-actions">
|
|
|
<button class="btn btn-primary btn-sm js-ajax-submit" type="submit"
|
...
|
...
|
|