Commit 0ceba5a4 by YunaiV

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

parent 632dea08
...@@ -67,7 +67,7 @@ ...@@ -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>
......
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