diff --git a/view/admin/category/index.html b/view/admin/category/index.html index e92b8b2..fc998b4 100644 --- a/view/admin/category/index.html +++ b/view/admin/category/index.html @@ -41,6 +41,7 @@ ID 名称 + 介绍 模板 操作 @@ -51,6 +52,7 @@ {$vo.id} {:str_repeat('|--',$vo.level)} {$vo.title} + {$vo.desc} {$vo.tpl_name}
diff --git a/view/admin/post/create.html b/view/admin/post/create.html index d62f75b..a0f4806 100644 --- a/view/admin/post/create.html +++ b/view/admin/post/create.html @@ -15,11 +15,9 @@ @@ -177,7 +175,8 @@
- +
新增
@@ -200,8 +199,7 @@
跳转按钮名称
- +
@@ -254,15 +252,14 @@