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.
2 parents b94235a + 1d9532c commit d136128Copy full SHA for d136128
src/views/member/user/index.vue
@@ -140,7 +140,7 @@
140
'member:user:update',
141
'member:user:update-level',
142
'member:user:update-point',
143
- 'member:user:update-balance'
+ 'pay:wallet:update-balance'
144
]"
145
@command="(command) => handleCommand(command, scope.row)"
146
>
@@ -169,7 +169,7 @@
169
修改积分
170
</el-dropdown-item>
171
<el-dropdown-item
172
- v-if="checkPermi(['member:user:update-balance'])"
+ v-if="checkPermi(['pay:wallet:update-balance'])"
173
command="handleUpdateBlance"
174
175
修改余额
0 commit comments