新增分类排序

This commit is contained in:
augushong
2020-10-29 15:17:04 +08:00
parent 8f7f4c826a
commit 04d7bd0743
6 changed files with 23 additions and 3 deletions

View File

@@ -43,6 +43,7 @@
<th>名称</th>
<th>介绍</th>
<th>模板</th>
<th>排序</th>
<th>操作</th>
</tr>
</thead>
@@ -54,6 +55,7 @@
<td> {:str_repeat('|--',$vo.level)} {$vo.title}</td>
<td>{$vo.desc}</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>