更新代码

This commit is contained in:
2025-05-10 17:33:54 +08:00
parent 426e583fc9
commit b1356231d4
39 changed files with 33089 additions and 9795 deletions
+5 -2
View File
@@ -19,6 +19,7 @@
<tr>
<th width="20">ID</th>
<th width="120">分类名称</th>
<th width="120">分类图片</th>
<th>描述</th>
<th width="80">排序</th>
<th width="80">状态</th>
@@ -32,7 +33,8 @@
<tr>
<td>{$vo.id}</td>
<td>{$vo.name}</td>
<td>{$vo.desc}</td>
<td><img src="{$vo.image}" style="width: 100px;height: auto;"></td>
<td></td>{$vo.desc}</td>
<td>{$vo.sort}</td>
<td>{$vo.status==1?'开启':'<span style="color:red;">禁用</span>'}</td>
<td>{$vo.create_time}</td>
@@ -54,6 +56,7 @@
<tr>
<td>{$sub.id}</td>
<td style="padding-left: 30px;">├─ {$sub.name}</td>
<td><img src="{$sub.image}" style="width: 100px;height: auto;"></td>
<td>{$sub.desc}</td>
<td>{$sub.sort}</td>
<td>{$sub.status==1?'开启':'<span style="color:red;">禁用</span>'}</td>
@@ -98,7 +101,7 @@
title: '编辑分类',
shadeClose: true,
shade: 0.8,
area: ['500px', '400px'],
area: ['800px', '800px'],
content: '{:url("article/cateedit")}?id=' + id
});
}