Commit bc117b2d authored by agping's avatar agping

权限修改

parent 229df81c
...@@ -81,7 +81,7 @@ ...@@ -81,7 +81,7 @@
</a> </a>
[% } %] [% } %]
[% if(check_auth('/index/lockHouse')) { %] [% if(check_auth('index/lockHouse')) { %]
<a class="btn1 is_show_lock_plate btn-default-hide-display [%= sw2(it[item]['is_lock']) %]" data-toggle="modal" data-id='[%= it[item]["id"] %]'> <a class="btn1 is_show_lock_plate btn-default-hide-display [%= sw2(it[item]['is_lock']) %]" data-toggle="modal" data-id='[%= it[item]["id"] %]'>
[%if(it[item]["is_lock"] == 0) { %] [%if(it[item]["is_lock"] == 0) { %]
锁盘 锁盘
......
...@@ -65,7 +65,7 @@ ...@@ -65,7 +65,7 @@
[% } %] [% } %]
[% if(check_auth('/index/updateUserStatus')) { %] [% if(check_auth('index/updateUserStatus')) { %]
<a class="btn1 is_invalid [%= sw3(it[item]['user_status']) %]" href="" data-id='[%= it[item]["id"] %]' data-status='[%= it[item]["user_status"] %]'>无效</a> <a class="btn1 is_invalid [%= sw3(it[item]['user_status']) %]" href="" data-id='[%= it[item]["id"] %]' data-status='[%= it[item]["user_status"] %]'>无效</a>
[% } %] [% } %]
......
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