优化权限调整

This commit is contained in:
wuxw 2023-12-27 16:52:15 +08:00
parent bc0949f609
commit 7ce4e1255f
3 changed files with 3 additions and 3 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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"