Commit 9a456e2d by Jings

fix: 卡券模板提示文案修改

parent 9a6b2d35
......@@ -6,7 +6,7 @@
<div style="max-width: 300px" slot="content">{{ item.gicCouponType | getTipText }}</div>
<span class="card-item_head-tip">外部券<i class="iconfont icon-xinxixianshi card-item_head-icon"></i></span>
</el-tooltip>
<h4 style="text-overflow: ellipsis;white-space: nowrap;overflow: hidden;padding: 0 20px;">{{ item.cardName }}</h4>
<h4 style="text-overflow: ellipsis; white-space: nowrap; overflow: hidden; padding: 0 20px">{{ item.cardName }}</h4>
<p>{{ item.subName }}</p>
</div>
<div class="card-item_body">
......@@ -36,9 +36,9 @@
<el-tooltip class="item" effect="dark" open-delay="300">
<div slot="content">
<span v-if="item.isApiCreate">该卡券为外部接口创建卡券无法用于营销</span>
<span v-else> 1.卡券的领取数据\使用数量\核销率\销售额统计每天9:30/12:30/15:30/18:30各刷新一次数据;<br />2.销售额:此卡券参与核销的订单应收总金额(若订单发送退款且退券则金额扣除,不退券则金额不扣除)。一笔订单若使用多张相同卡券,只计一笔订单的金额</span>
<span v-else> 1.卡券的领取数据\使用量\核销率\销售统计额每天9:30/12;30/15;30/18:30点后开始各刷新一次数据,视数量大小,正常情况下执行开始后1小时左右可完成数据刷新。如12点30刷新数据,在13点30可查看到9点30到12点30新增领取等数据<br />2.销售额:此卡券参与核销的订单应收总金额(若订单发送退款且退券则金额扣除,不退券则金额不扣除)。一笔订单若使用多张相同卡券,只计一笔订单的金额</span>
</div>
<i style="position:absolute;right:10px;top:10px;cursor:pointer;color:#c0c4cc;font-size:18px;" class="el-icon-question"></i>
<i style="position: absolute; right: 10px; top: 10px; cursor: pointer; color: #c0c4cc; font-size: 18px" class="el-icon-question"></i>
</el-tooltip>
</div>
<div class="card-item__detail">
......
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