【功能修复】商城:发送优惠劵的权限标识是 promotion:coupon:send
parent
632dea08c0
commit
0ceba5a441
|
@ -67,7 +67,7 @@
|
||||||
:disabled="sendLoading"
|
:disabled="sendLoading"
|
||||||
:loading="sendLoading"
|
:loading="sendLoading"
|
||||||
@click="handleSendCoupon(scope.row.id)"
|
@click="handleSendCoupon(scope.row.id)"
|
||||||
v-hasPermi="['member:level:update']"
|
v-hasPermi="['promotion:coupon:send']"
|
||||||
>
|
>
|
||||||
发送
|
发送
|
||||||
</el-button>
|
</el-button>
|
||||||
|
|
Loading…
Reference in New Issue