Commit fec3c8c9 by Kyle_Li

update: 文案修改

parent c398eba6
......@@ -84,6 +84,12 @@
</el-table-column>
<el-table-column label="期末固化人数" prop="memberCount"></el-table-column>
<el-table-column prop="state" label="状态" >
<template slot="header">
状态
<el-tooltip effect="dark" content="失效的实时分组仍然会更新人数,失效的非实时分组不再更新人数。新的营销活动无法选用失效的分组。如果某营销活动曾经选用了分组,分组到达有效期失效后,实时分组不影响活动的投放执行,非实时分组的活动则投放人群数据会清空。" placement="top">
<i class="el-icon-info"></i>
</el-tooltip>
</template>
<template slot-scope="scope">
<span :class="scope.row.effectiveStatus == 1 ? 'dm-status--success' : 'dm-status--error'"></span>
{{ scope.row.effectiveStatus == 1 ? '有效' : '失效' }}
......@@ -198,6 +204,12 @@
</template>
</el-table-column>
<el-table-column prop="state" label="状态" >
<template slot="header">
状态
<el-tooltip effect="dark" content="失效的实时分组仍然会更新人数,失效的非实时分组不再更新人数。新的营销活动无法选用失效的分组。如果某营销活动曾经选用了分组,分组到达有效期失效后,实时分组不影响活动的投放执行,非实时分组的活动则投放人群数据会清空。" placement="top">
<i class="el-icon-info"></i>
</el-tooltip>
</template>
<template slot-scope="scope">
<span :class="scope.row.effectiveStatus == 1 ? 'dm-status--success' : 'dm-status--error'"></span>
{{ scope.row.effectiveStatus == 1 ? '有效' : '失效' }}
......
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