From bcf150af6c90440155cd01c28c98534f24fdfeb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Thu, 23 Feb 2017 17:05:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=9D=83=E9=99=90=E6=A8=A1?= =?UTF-8?q?=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/admin/view/auth.index.html | 49 ++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 application/admin/view/auth.index.html diff --git a/application/admin/view/auth.index.html b/application/admin/view/auth.index.html new file mode 100644 index 000000000..03029df7d --- /dev/null +++ b/application/admin/view/auth.index.html @@ -0,0 +1,49 @@ +{extend name='extra@admin/content' /} + +{block name="content"} + +
+ + +
+ +
+ + + + + + + + + + + + + {foreach $list as $key=>$vo} + + + + + + + + {/foreach} + +
+ + + + 权限名称状态操作
+ + + + {$vo.name} + {if $vo.status eq 0} + 已禁用 + {elseif $vo.status eq 1} + 使用中 + {/if} +
+
+{/block} \ No newline at end of file