Commit c4a3d65e by liuchenxi

update: 会员标签tooltip提示

parent 0ef5708c
......@@ -524,7 +524,18 @@
<div class="relative-range m-t-18 border-box" v-if="parent.radio != 1">
<div>
<div>
<label class="inline-block w-98 label-unit">时间精度</label>
<label class="inline-block w-98 label-unit">时间精度
<el-tooltip popper-class="edit-tag-tooltip" placement="top" open-delay="100" effect="light">
<div slot="content">
<span style="font-weight: 600">选择【天】:</span><br />选择相对时段为“最近2天”,那么系统在5号凌晨进行统计时,统计的是在3号、4号首次添加导购企微好友的顾客;系统在6号凌晨统计时,统计的是4号、5号首次添加导购企微好友的顾客;<br />
<span style="font-weight: 600">选择【月】:</span><br />当月:eg:选择相对时间段为“当月”,那么系统在8月5号凌晨进行统计时,统计的是在8/1-8/4号首次添加导购企微好友的顾客;系统在6号凌晨统计时,统计的是在8/1-8/5号首次添加导购企微好友的顾客。<br />
<span style="font-weight: 600">最近X月:</span>eg:选择相对时间段为“最近2月”,那么系统在8月5号凌晨进行统计时,统计的是在6月、7月首次添加导购企微好友的顾客;系统在6号凌晨统计时,统计的还是在6月、7月首次添加导购企微好友的顾客。<br />
<span style="font-weight: 600">选择【年】:</span><br />当年:选择相对时间段为“当年”,那么系统在8月5号凌晨进行统计时,统计的是在当年1/1-8/4号首次添加导购企微好友的顾客;系统在6号凌晨统计时,统计的是在当年1/1-8/5号首次添加导购企微好友的顾客。<br />
<span style="font-weight: 600">最近X年:</span>eg:选择相对时间段为“最近1年”,那么系统在8月5号凌晨进行统计时,统计的是在去年1/1-12/31号首次添加导购企微好友的顾客;系统在6号凌晨统计时,统计的还是在去年1/1-12/31号首次添加导购企微好友的顾客。
</div>
<i class="iconfont icon-tishi" style="color: #909399"></i>
</el-tooltip>
</label>
<el-radio-group v-model="parent.timeRadio" @change="timeRadioChange($event, parent)">
<el-radio label="1"></el-radio>
<el-radio label="2"></el-radio>
......@@ -2266,4 +2277,4 @@ export default {
.tag025-scrollbar{
width: 370px;
}
</style>
\ No newline at end of file
</style>
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