Commit 4c0d7028 authored by Mac's avatar Mac

1

parent a2df6759
src/assets/img/userman/duihuan.png

4.49 KB | W: | H:

src/assets/img/userman/duihuan.png

921 Bytes | W: | H:

src/assets/img/userman/duihuan.png
src/assets/img/userman/duihuan.png
src/assets/img/userman/duihuan.png
src/assets/img/userman/duihuan.png
  • 2-up
  • Swipe
  • Onion skin
...@@ -68,10 +68,10 @@ ...@@ -68,10 +68,10 @@
<div v-if="scope.row.Type==2">订单金额:{{scope.row.OrderNum}}</div> <div v-if="scope.row.Type==2">订单金额:{{scope.row.OrderNum}}</div>
<div v-if="scope.row.Type==3">商品数量:{{scope.row.OrderNum}}</div> <div v-if="scope.row.Type==3">商品数量:{{scope.row.OrderNum}}</div>
<div v-if="scope.row.Tier==0">层级范围:全部</div> <div v-if="scope.row.Tier==0">层级范围全部</div>
<div v-if="scope.row.Tier==1">层级范围:一级分销</div> <div v-if="scope.row.Tier==1">层级范围一级分销</div>
<div v-if="scope.row.Tier==2">层级范围:二级分销</div> <div v-if="scope.row.Tier==2">层级范围二级分销</div>
<div v-if="scope.row.Tier==3">层级范围:三级分销</div> <div v-if="scope.row.Tier==3">层级范围三级分销</div>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
......
...@@ -66,7 +66,7 @@ ...@@ -66,7 +66,7 @@
<el-table-column <el-table-column
prop="ActivityName" prop="ActivityName"
label="封面图"> label="封面图" width="270">
<template slot-scope="scope"> <template slot-scope="scope">
<div class="app-image" :style="{backgroundImage:'url(' + scope.row.CoverImage + ')',backgroundSize:'cover'}"></div> <div class="app-image" :style="{backgroundImage:'url(' + scope.row.CoverImage + ')',backgroundSize:'cover'}"></div>
<div flex="dir:left cross:center"> <div flex="dir:left cross:center">
...@@ -76,7 +76,7 @@ ...@@ -76,7 +76,7 @@
</el-table-column> </el-table-column>
<el-table-column <el-table-column
prop="Name" prop="Name"
label="用户信息"> label="用户信息" width="270">
<template slot-scope="scope"> <template slot-scope="scope">
<div class="app-image" :style="{backgroundImage:'url(' + scope.row.Photo + ')',backgroundSize:'cover'}"></div> <div class="app-image" :style="{backgroundImage:'url(' + scope.row.Photo + ')',backgroundSize:'cover'}"></div>
<div flex="dir:left cross:center"> <div flex="dir:left cross:center">
...@@ -86,7 +86,7 @@ ...@@ -86,7 +86,7 @@
</el-table-column> </el-table-column>
<el-table-column <el-table-column
prop="Name" prop="Name"
label="奖品信息"> label="奖品信息" width="270">
<template slot-scope="scope"> <template slot-scope="scope">
<div class="app-image" :style="{backgroundImage:'url(' + scope.row.PrizeImage + ')',backgroundSize:'cover'}"></div> <div class="app-image" :style="{backgroundImage:'url(' + scope.row.PrizeImage + ')',backgroundSize:'cover'}"></div>
<div flex="dir:left cross:center"> <div flex="dir:left cross:center">
...@@ -113,8 +113,8 @@ ...@@ -113,8 +113,8 @@
</el-table-column> </el-table-column>
<el-table-column <el-table-column
label="活动时间" label="领取方式"
prop="Way" width="200"> prop="Way" >
<template slot-scope="scope"> <template slot-scope="scope">
<div>{{scope.row.Way==1?'线上':'线下'}}</div> <div>{{scope.row.Way==1?'线上':'线下'}}</div>
</template> </template>
...@@ -140,15 +140,16 @@ ...@@ -140,15 +140,16 @@
width="180" width="180"
> >
<template slot-scope="scope"> <template slot-scope="scope">
<el-tooltip class="item" effect="dark" content="查看中奖订单" placement="top" >
<img src="../../assets/img/userman/detail.png" alt="" class="imgstyle" @click="see(scope.row)" >
</el-tooltip>
<el-tooltip class="item" effect="dark" content="兑换" placement="top" v-if="scope.row.State==1"> <el-tooltip class="item" effect="dark" content="兑换" placement="top" v-if="scope.row.State==1">
<img src="../../assets/img/userman/duihuan.png" alt="" class="imgstyle" @click="grant(scope.row,1)" v-if="scope.row.State==1"> <img src="../../assets/img/userman/duihuan.png" alt="" class="imgstyle" @click="grant(scope.row,1)" v-if="scope.row.State==1">
</el-tooltip> </el-tooltip>
<el-tooltip class="item" effect="dark" content="失效" placement="top" v-if="scope.row.State==1"> <el-tooltip class="item" effect="dark" content="失效" placement="top" v-if="scope.row.State==1">
<img src="../../assets/img/userman/nopass.png" alt="" class="imgstyle" @click="grant(scope.row,2)" v-if="scope.row.State==1"> <img src="../../assets/img/userman/nopass.png" alt="" class="imgstyle" @click="grant(scope.row,2)" v-if="scope.row.State==1">
</el-tooltip> </el-tooltip>
<el-tooltip class="item" effect="dark" content="查看中奖订单" placement="top" >
<img src="../../assets/img/userman/detail.png" alt="" class="imgstyle" @click="see(scope.row)" >
</el-tooltip>
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment