From 2cc6a0ac38ee54eecb8d5453427570426ad8fb5c Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期日, 02 六月 2019 22:52:52 +0800
Subject: [PATCH] 修改物业费用收费明细显示问题
---
WebService/src/main/resources/components/privilege-group/privilegeGroup.html | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/WebService/src/main/resources/components/privilege-group/privilegeGroup.html b/WebService/src/main/resources/components/privilege-group/privilegeGroup.html
index 8813e2a..d6fb616 100644
--- a/WebService/src/main/resources/components/privilege-group/privilegeGroup.html
+++ b/WebService/src/main/resources/components/privilege-group/privilegeGroup.html
@@ -2,7 +2,7 @@
<div class="ibox ">
<div class="ibox-content mailbox-content">
<div class="file-manager">
- <a class="btn btn-block btn-primary compose-mail" v-on:click="openPrivilegeGroupModel()">娣诲姞鏉冮檺缁�</a>
+ <a class="btn btn-block btn-primary compose-mail" href="javascript:void(0);" v-on:click="openPrivilegeGroupModel()">娣诲姞鏉冮檺缁�</a>
<div class="space-25"></div>
<h5>鏉冮檺缁�</h5>
@@ -10,7 +10,11 @@
<li v-for="pGroup in privilegeGroupInfo.groups">
<a v-on:click="notifyQueryPrivilege(pGroup)">
<i class="glyphicon glyphicon-chevron-right text-navy"></i>
- {{pGroup.name}} </a>
+ {{pGroup.name}}
+ <i v-if="pGroup.storeId != '9999'" class="glyphicon glyphicon-remove-sign float-right"
+ style="color:#dc3545"
+ v-on:click.stop="openDeletePrivilegeGroupModel(pGroup)"></i>
+ </a>
</li>
</ul>
@@ -18,6 +22,7 @@
</div>
<vc:create name="addPrivilegeGroup"></vc:create>
+ <vc:create name="deletePrivilegeGroup"></vc:create>
</div>
</div>
</div>
\ No newline at end of file
--
Gitblit v1.8.0