mirror of
https://gitee.com/ulthon/ulthon_information.git
synced 2026-03-03 16:24:28 +08:00
自动保存编写的文章
This commit is contained in:
@@ -41,6 +41,7 @@
|
||||
<tr>
|
||||
<th>ID</th>
|
||||
<th>名称</th>
|
||||
<th>介绍</th>
|
||||
<th>模板</th>
|
||||
<th>操作</th>
|
||||
</tr>
|
||||
@@ -51,6 +52,7 @@
|
||||
<tr class="item" data-id="{$vo.id}">
|
||||
<td>{$vo.id}</td>
|
||||
<td> {:str_repeat('|--',$vo.level)} {$vo.title}</td>
|
||||
<td>{$vo.desc}</td>
|
||||
<td>{$vo.tpl_name}</td>
|
||||
<td>
|
||||
<div class="layui-btn-container">
|
||||
|
||||
Reference in New Issue
Block a user