Commit 1d9532ca by 骄傲的熊

余额权限修改

parent b94235ad
...@@ -140,7 +140,7 @@ ...@@ -140,7 +140,7 @@
'member:user:update', 'member:user:update',
'member:user:update-level', 'member:user:update-level',
'member:user:update-point', 'member:user:update-point',
'member:user:update-balance' 'pay:wallet:update-balance'
]" ]"
@command="(command) => handleCommand(command, scope.row)" @command="(command) => handleCommand(command, scope.row)"
> >
...@@ -169,7 +169,7 @@ ...@@ -169,7 +169,7 @@
修改积分 修改积分
</el-dropdown-item> </el-dropdown-item>
<el-dropdown-item <el-dropdown-item
v-if="checkPermi(['member:user:update-balance'])" v-if="checkPermi(['pay:wallet:update-balance'])"
command="handleUpdateBlance" command="handleUpdateBlance"
> >
修改余额 修改余额
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment