Skip to content

Commit 0ceba5a

Browse files
committed
【功能修复】商城:发送优惠劵的权限标识是 promotion:coupon:send
1 parent 632dea0 commit 0ceba5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/mall/promotion/coupon/components/CouponSendForm.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
:disabled="sendLoading"
6868
:loading="sendLoading"
6969
@click="handleSendCoupon(scope.row.id)"
70-
v-hasPermi="['member:level:update']"
70+
v-hasPermi="['promotion:coupon:send']"
7171
>
7272
发送
7373
</el-button>

0 commit comments

Comments
 (0)