Commit 4bdae360 by 黑潮

update: 文案提示

parent feefb76c
......@@ -52,6 +52,18 @@
</el-table-column>
<el-table-column min-width="100" align="left" prop="creatorName" label="创建人" v-if="$store.state.marketing.openFlag"></el-table-column>
<el-table-column label="操作" align="left" width="180px" fixed="right">
<template slot="header" slot-scope="scope">
<span>操作</span>
<el-tooltip class="item" effect="dark" placement="top-end">
<template slot="content">
<div style="line-height:1.5">
【删除】指的是删除这条微信营销推送记录,不会影响已经推送出去的信息,也不影响微信公众号粉丝的接收。<br />
【禁用】指的是禁用此发出去的推文记录,接收到该推文的人员将不可再查看该推文的内容,页面显示:该内容已被发布者删除
</div>
</template>
<i class="iconfont icon-xinxixianshi fz14"></i>
</el-tooltip>
</template>
<template slot-scope="scope">
<el-button type="text" v-if="scope.row.contentType === 0 && scope.row.sendStatus === 1 && scope.row.couponType === 1" @click="queryData(scope.row)">数据</el-button>
<dm-delete @confirm="delData(scope.row)" v-if="scope.row.canEdit !== false" tips="是否删除该发送记录?">
......
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