zxl
3 天以前 526954dd5a2fe389a03a217cc827fc19935044c5
manager/src/views/activity-prize/prize.vue
@@ -67,12 +67,12 @@
        ref="table"
        class="prize-table"
      >
        <template slot-scope="{ row }" slot="prizeCoverUrl">
        <template slot-scope="{ row }" slot="prizeImgUrl">
          <img
            :src="row.prizeCoverUrl"
            :src="row.prizeImgUrl"
            alt="奖品封面"
            class="thumbnail"
            @click="previewImage(row.prizeCoverUrl)"
            @click="previewImage(row.prizeImgUrl)"
          >
        </template>
        <!-- 操作按钮插槽 -->
@@ -501,9 +501,9 @@
      columns:[
        {
          title: '奖品封面',
          key: 'prizeCoverUrl',
          slot:'prizeCoverUrl',
          title: '奖品图片',
          key: 'prizeImgUrl',
          slot:'prizeImgUrl',
          align: 'center',
          minWidth: 100,
        },
@@ -745,7 +745,6 @@
            this.coverTempUrl = row.prizeCoverUrl;
            this.imgTempUrl = row.prizeImgUrl;
            this.showCoupon = res.data.couponName;
          }else {
            this.$Message.error("该奖品在抽奖活动中无法编辑!")
          }