Commit 965446f5 by caoyanzhi

update: 弹窗推广

parent 545d5db8
......@@ -37,7 +37,7 @@
<el-table tooltipEffect="light" style="width: 100%" :data="group.popupList">
<el-table-column align="left" label="弹窗内容">
<template slot-scope="scope">
<el-popover placement="top" width="246" trigger="click">
<el-popover placement="top" width="246" trigger="click" v-if="scope.row.putonType == 1">
<el-image fill="contain" :src="scope.row.popupImageDetails ? scope.row.popupImageDetails.imageUrl : ''"></el-image>
<template slot="reference">
<div class="demo-image__preview">
......@@ -46,6 +46,7 @@
</div>
</template>
</el-popover>
<img style="width: 40px;height:40px" v-else src="../../assets/img/coupon.png" alt="" />
</template>
</el-table-column>
<el-table-column align="left" label="定向人群" width="250" :show-overflow-tooltip="true">
......
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