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;