自动保存编写的文章

This commit is contained in:
augushong
2020-08-19 13:47:33 +08:00
parent ba4d69f416
commit 182dd118e3
3 changed files with 54 additions and 35 deletions

View File

@@ -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">