zxl
昨天 b1c9a5d056e85fe8b0ee6e92f10e6e2c5495b356
抽奖活动
1个文件已修改
3 ■■■■ 已修改文件
manager/src/views/activity-prize/index.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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;