Commit 376d338b authored by agping's avatar agping

权限管理 的页面修改

parent 92f1a486
......@@ -2,6 +2,7 @@
<!--关联js元素-->
<input type="hidden" class="page-load" id="auth_rule_index" />
<style>
.title-0{
font-weight: bold;
font-size: 15px;
......
......@@ -2,6 +2,7 @@
<!--角色管理页面-->
<input type="hidden" class="page-load" id="auth" />
<style>
.title-0{
font-weight: bold;
font-size: 15px;
......
......@@ -38,6 +38,7 @@
[% for(var item in it){ %]
[% if(it[item]['pid']!=0){ %]
<option value="[%= it[item]['id'] %]" class="[%= 'title-' + it[item]['level'] %]">[%= it[item]["title_show"] %]</option>
[% }else{ %]
<option value="[%= it[item]['id'] %]" class="[%= 'title-' + it[item]['level'] %]">[%= it[item]["title_show"] %]</option>
......
......@@ -37,6 +37,7 @@
[% } %]
[% if(it[item]['is']!=0){ %]
<input type="checkbox" name="rules" value="[%= it[item]['id'] %]" checked="checked">
<!--[%= it[item]["title_show"] %]<br>-->
<span class="[%= 'title-' + it[item]['level'] %]">[%= it[item]["title_show"] %]</span><br>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment