mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-23 21:36:37 +08:00
优化权限调整
This commit is contained in:
parent
bc0949f609
commit
7ce4e1255f
@ -35,7 +35,7 @@
|
||||
创建费用
|
||||
</button>
|
||||
<button type="button" class="btn btn-primary btn-sm" style="margin-left:10px"
|
||||
v-if="vc.hasPrivilege('502020082314267912')"
|
||||
v-if="vc.hasPrivilege('502020080570210194')"
|
||||
v-on:click="_toRoomOwePayFee()">
|
||||
欠费缴费
|
||||
</button>
|
||||
|
||||
@ -84,7 +84,7 @@
|
||||
<vc:i18n name="创建费用" namespace="simplifyRoomFee"></vc:i18n>
|
||||
</button>
|
||||
<button type="button" class="btn btn-primary btn-sm" style="margin-left:10px"
|
||||
v-if="vc.hasPrivilege('502020082314267912')" v-on:click="_toOwnerPayFee()">
|
||||
v-if="vc.hasPrivilege('502020080570210194')" v-on:click="_toOwnerPayFee()">
|
||||
<i class="fa fa-plus"></i>
|
||||
<vc:i18n name="欠费缴费" namespace="simplifyRoomFee"></vc:i18n>
|
||||
</button>
|
||||
|
||||
@ -121,7 +121,7 @@
|
||||
</button>
|
||||
<button type="button" class="btn btn-primary btn-sm" style="margin-left:10px"
|
||||
v-on:click="_toOwnerPayFee()"
|
||||
v-if="roomCreateFeeInfo.hireOwnerFee == '0' && vc.hasPrivilege('502020082314267912')">
|
||||
v-if="roomCreateFeeInfo.hireOwnerFee == '0' && vc.hasPrivilege('502020080570210194')">
|
||||
<i class="fa fa-plus"></i>欠费缴费
|
||||
</button>
|
||||
<button type="button" class="btn btn-primary btn-sm" style="margin-left:10px"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user