From 5986b7964eebd12a483c3dc4739c54e7c1be19d4 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 16:40:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=8A=82=E7=82=B9=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/controller/Node.php | 2 +- application/admin/view/node.index.html | 20 ++++++++++++-------- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/application/admin/controller/Node.php b/application/admin/controller/Node.php index c3cb55eb2..435dc2790 100644 --- a/application/admin/controller/Node.php +++ b/application/admin/controller/Node.php @@ -20,7 +20,7 @@ class Node extends BasicAdmin { public function index() { $this->title = '系统节点管理'; - parent::_list($this->table); + parent::_list($this->table, FALSE); } protected function _index_data_filter($data) { diff --git a/application/admin/view/node.index.html b/application/admin/view/node.index.html index 15b0ffa35..cc7592190 100644 --- a/application/admin/view/node.index.html +++ b/application/admin/view/node.index.html @@ -14,7 +14,7 @@ 节点代码 节点名称 权限控制 - 是否菜单 + 可设为菜单 @@ -23,14 +23,17 @@ {$vo.spl}{$vo.node} - + - {if substr_count($vo['node'],'/')==2} - {notempty name='vo.is_auth'} - - {else /} - - {/notempty} + {/if} @@ -40,6 +43,7 @@ {else/} {/notempty} + 可设为菜单 {/if}