Skip to content

Commit 95e589f

Browse files
committed
加入公摊权限
1 parent 00f632c commit 95e589f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/pages/fee/shareReading/shareReading.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ <h5>
139139
<td class="text-center">{{shareReading.shareMsg || '-'}}</td>
140140
<td class="text-center">{{shareReading.createTime}}</td>
141141
<td class="text-center">
142-
<div class="btn-group" v-if="shareReading.state == 'W'">
142+
<div class="btn-group" v-if="shareReading.state == 'W' && vc.hasPrivilege('502025032678040006')">
143143
<button class="btn-white btn btn-xs"
144144
v-on:click="_openAuditShareReadingModel(shareReading)">
145145
<vc:i18n name='审核'></vc:i18n>

0 commit comments

Comments
 (0)