新增分类排序

This commit is contained in:
augushong
2020-10-28 18:32:29 +08:00
parent 954c45b9eb
commit ca776744cb
6 changed files with 23 additions and 2 deletions

View File

@@ -42,6 +42,7 @@
<th>ID</th>
<th>名称</th>
<th>模板</th>
<th>排序</th>
<th>操作</th>
</tr>
</thead>
@@ -52,6 +53,7 @@
<td>{$vo.id}</td>
<td> {:str_repeat('|--',$vo.level)} {$vo.title}</td>
<td>{$vo.tpl_name}</td>
<td>{$vo.sort}</td>
<td>
<div class="layui-btn-container">
<a class="layui-btn layui-btn-sm" href="{:url('index/Category/read',['id'=>$vo.id,'type'=>$Request.param.type])}">查看</a>