From 1c920da54d42594120e1c8185d4ea3112d91cb55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B2=B2=E9=B9=8F?= Date: Thu, 4 Jun 2020 10:12:50 +0800 Subject: [PATCH] =?UTF-8?q?update=20view/admin/model/index.html.=20?= =?UTF-8?q?=E5=9C=A8=E6=B2=A1=E6=9C=89=E5=90=AF=E7=94=A8=E8=AF=A5=E6=A8=A1?= =?UTF-8?q?=E5=9E=8B=E6=97=B6,=E7=9B=B4=E6=8E=A5=E7=82=B9=E5=87=BB?= =?UTF-8?q?=E8=AE=BF=E9=97=AE'=E6=95=B0=E6=8D=AE'=E4=BC=9A=E6=8A=A5?= =?UTF-8?q?=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view/admin/model/index.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/view/admin/model/index.html b/view/admin/model/index.html index c37f4bd2..c935ddb9 100644 --- a/view/admin/model/index.html +++ b/view/admin/model/index.html @@ -51,7 +51,12 @@ {$item['status'] ? '禁用' : '启用'} 编辑 删除 - 数据 + + {if $item['status']} + 数据 + {else} + 数据 + {/if} {/volist}