From b1c9a5d056e85fe8b0ee6e92f10e6e2c5495b356 Mon Sep 17 00:00:00 2001
From: zxl <763096477@qq.com>
Date: 星期五, 22 八月 2025 10:30:54 +0800
Subject: [PATCH] 抽奖活动
---
manager/src/views/activity-prize/index.vue | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/manager/src/views/activity-prize/index.vue b/manager/src/views/activity-prize/index.vue
index 60917a8..e7d23bb 100644
--- a/manager/src/views/activity-prize/index.vue
+++ b/manager/src/views/activity-prize/index.vue
@@ -88,6 +88,7 @@
<Button
type="info"
size="small"
+ :disabled="!row.canSet"
@click="setPrize(row)"
>濂栧搧璁剧疆</Button>
<!-- <Button-->
@@ -900,7 +901,7 @@
this.$Message.error("鎶藉宸插紑鍚紝涓嶈兘缂栬緫!")
return
}
-
+ //鍒ゆ柇鏄惁宸叉湁濂栧搧鏈夌殑璇濅笉璁╄缃�
this.activityPrizeId = row.id;
this.getPrizeList();
this.prizeSettingShow = true;
--
Gitblit v1.8.0