mirror of
https://github.com/yudaocode/yudao-ui-admin-vue3.git
synced 2026-05-06 14:51:37 +00:00
【功能修复】商城:发送优惠劵的权限标识是 promotion:coupon:send
This commit is contained in:
@@ -67,7 +67,7 @@
|
||||
:disabled="sendLoading"
|
||||
:loading="sendLoading"
|
||||
@click="handleSendCoupon(scope.row.id)"
|
||||
v-hasPermi="['member:level:update']"
|
||||
v-hasPermi="['promotion:coupon:send']"
|
||||
>
|
||||
发送
|
||||
</el-button>
|
||||
|
||||
Reference in New Issue
Block a user