From 182dd118e356290b01148cc63cad0104477c9f76 Mon Sep 17 00:00:00 2001 From: augushong Date: Wed, 19 Aug 2020 13:47:33 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=8A=A8=E4=BF=9D=E5=AD=98=E7=BC=96?= =?UTF-8?q?=E5=86=99=E7=9A=84=E6=96=87=E7=AB=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view/admin/category/index.html | 2 ++ view/admin/post/create.html | 57 ++++++++++++++++------------------ view/admin/post/edit.html | 30 +++++++++++++++--- 3 files changed, 54 insertions(+), 35 deletions(-) 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 @@