mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-27 00:20:01 +08:00
优化页面显示
This commit is contained in:
parent
5dab76d707
commit
ac5083e99c
@ -9,12 +9,12 @@
|
||||
<ul class="category-list" style="padding: 0">
|
||||
<li v-for="pGroup in privilegeGroupInfo.groups">
|
||||
<a v-on:click="notifyQueryPrivilege(pGroup)">
|
||||
<i class="glyphicon glyphicon-chevron-right text-navy"></i>
|
||||
<i class="fa fa-hand-o-right text-navy"></i>
|
||||
{{pGroup.name}}
|
||||
<i v-if="pGroup.storeId != '9999'" class="glyphicon glyphicon-remove-sign float-right"
|
||||
<i v-if="pGroup.storeId != '9999'" class="fa fa-remove float-right"
|
||||
style="color:#dc3545"
|
||||
v-on:click.stop="openDeletePrivilegeGroupModel(pGroup)"></i>
|
||||
<i v-if="pGroup.storeId != '9999'" class="glyphicon glyphicon-edit float-right"
|
||||
<i v-if="pGroup.storeId != '9999'" class="fa fa-edit float-right"
|
||||
style="color:#1ab394"
|
||||
v-on:click.stop="openEditPrivilegeGroupModel(pGroup)"></i>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user