Quellcode durchsuchen

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

YunaiV vor 11 Monaten
Ursprung
Commit
0ceba5a441
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      src/views/mall/promotion/coupon/components/CouponSendForm.vue

+ 1 - 1
src/views/mall/promotion/coupon/components/CouponSendForm.vue

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