mirror of
https://gitee.com/ulthon/ulthon_information.git
synced 2026-03-04 00:24:29 +08:00
新增分类排序
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user