From b163d4f4b7be18665dc91e4d8164a137c1df1471 Mon Sep 17 00:00:00 2001 From: Anyon Date: Wed, 9 Sep 2020 11:52:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A8=A1=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/data/view/news_item/index.html | 6 +++--- app/data/view/news_mark/index.html | 6 +++--- app/data/view/shop_goods_mark/index.html | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/app/data/view/news_item/index.html b/app/data/view/news_item/index.html index c0d1ae95d..38b7c4784 100644 --- a/app/data/view/news_item/index.html +++ b/app/data/view/news_item/index.html @@ -49,15 +49,15 @@ {if auth("edit")} - 编 辑 + 编 辑 {/if} {if auth("state") and $vo.status eq 1} - 禁 用 + 禁 用 {/if} {if auth("state") and $vo.status eq 0} - 启 用 + 启 用 {/if} {if auth("remove")} diff --git a/app/data/view/news_mark/index.html b/app/data/view/news_mark/index.html index f1764fd11..1c64fbf0d 100644 --- a/app/data/view/news_mark/index.html +++ b/app/data/view/news_mark/index.html @@ -46,13 +46,13 @@ {$vo.create_at|format_datetime} {if auth("edit")} - 编 辑 + 编 辑 {/if} {if auth("state") and $vo.status eq 1} - 禁 用 + 禁 用 {/if} {if auth("state") and $vo.status eq 0} - 启 用 + 启 用 {/if} {if auth("remove")} 删 除 diff --git a/app/data/view/shop_goods_mark/index.html b/app/data/view/shop_goods_mark/index.html index 003ce6600..ec9f31ee7 100644 --- a/app/data/view/shop_goods_mark/index.html +++ b/app/data/view/shop_goods_mark/index.html @@ -43,15 +43,15 @@ {if auth("edit")} - 编 辑 + 编 辑 {/if} {if auth("state") and $vo.status eq 1} - 禁 用 + 禁 用 {/if} {if auth("state") and $vo.status eq 0} - 启 用 + 启 用 {/if} {if auth("remove")}