We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00f632c commit 95e589fCopy full SHA for 95e589f
public/pages/fee/shareReading/shareReading.html
@@ -139,7 +139,7 @@ <h5>
139
<td class="text-center">{{shareReading.shareMsg || '-'}}</td>
140
<td class="text-center">{{shareReading.createTime}}</td>
141
<td class="text-center">
142
- <div class="btn-group" v-if="shareReading.state == 'W'">
+ <div class="btn-group" v-if="shareReading.state == 'W' && vc.hasPrivilege('502025032678040006')">
143
<button class="btn-white btn btn-xs"
144
v-on:click="_openAuditShareReadingModel(shareReading)">
145
<vc:i18n name='审核'></vc:i18n>
0 commit comments