【功能修复】商城:发送优惠劵的权限标识是 promotion:coupon:send

pull/536/head
YunaiV 2024-09-01 09:42:01 +08:00
parent 632dea08c0
commit 0ceba5a441
1 changed files with 1 additions and 1 deletions

View File

@ -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>