完成内容管理

This commit is contained in:
augushong
2020-04-18 16:01:27 +08:00
parent dc15576de8
commit 84c1a51b86
18 changed files with 1548 additions and 253 deletions

View File

@@ -43,6 +43,7 @@
<th>名称</th>
<th>封面</th>
<th>简介</th>
<th>排序</th>
<th>操作</th>
</tr>
</thead>
@@ -53,7 +54,8 @@
<td>{$vo.id}</td>
<td>{$vo.title}</td>
<td>{$vo.value}</td>
<td><img src="{$vo.poster}" alt=""></td>
<td>{$vo.desc}</td>
<td>{$vo.sort}</td>
<td>
<div class="layui-btn-container">