|
@@ -84,7 +84,7 @@
|
84
|
84
|
<div
|
85
|
85
|
:class="['flex-align-jus-center', item.sort ? 'pointer' : '', sort_field == item.prop ? 'sortFieldStyle' : '']"
|
86
|
86
|
@click="item.sort ? sortFieldEvent(item.prop) : ''">
|
87
|
|
- {{ item.label }}
|
|
87
|
+ <span :style="{'font-size': item.fontSize || '14px'}">{{ item.label }}</span>
|
88
|
88
|
<i class="el-icon-caret-bottom" v-if="item.sort"></i>
|
89
|
89
|
<el-tooltip v-if="item.notes" :content="item.notes" placement="top">
|
90
|
90
|
<div><i class="el-icon-question"></i></div>
|
|
@@ -237,23 +237,23 @@ export default {
|
237
|
237
|
{ prop: "first_day_roi", label: "首日ROI", min_width: 100, notes: '首日ROI=当日新用户充值之和/累计消耗' },
|
238
|
238
|
{ prop: "first_roi", label: "首充ROI", min_width: 90,},
|
239
|
239
|
{ prop: "qw_cost", label: "企微成本", min_width: 90, },
|
240
|
|
- { prop: "new_cost", label: "用户首日下单成本", min_width: 140 },
|
241
|
|
- { prop: "conversions_count", label: "回传下单人数", notes: '通过广告后台获取到的实际下单人数', min_width: 120 },
|
242
|
|
- { prop: "new_pay_uv", label: "实际下单人数", notes: '猎羽后台统计到的首日首次下单的人数', min_width: 120 },
|
243
|
|
- { prop: "first_charge", label: "首日首单充值金额", min_width: 140 },
|
244
|
|
- { prop: "first_day_pay", label: "首日充值金额", min_width: 110 },
|
245
|
|
- { prop: "scan_follow_total", label: "企微粉丝人数", min_width: 110 },
|
|
240
|
+ { prop: "new_cost", label: "用户首日下单成本", min_width: 90, },
|
|
241
|
+ { prop: "conversions_count", label: "回传下单人数", notes: '通过广告后台获取到的实际下单人数', min_width: 90 },
|
|
242
|
+ { prop: "new_pay_uv", label: "实际下单人数", notes: '猎羽后台统计到的首日首次下单的人数', min_width: 90 },
|
|
243
|
+ { prop: "first_charge", label: "首日首单充值金额", min_width: 90 },
|
|
244
|
+ { prop: "first_day_pay", label: "首日充值金额", min_width: 90 },
|
|
245
|
+ { prop: "scan_follow_total", label: "企微粉丝人数", min_width: 90 },
|
246
|
246
|
{ prop: "profile", label: "总毛利额", notes: '总毛利额=累计充值-累计消耗', min_width: 100 },
|
247
|
|
- { prop: "recall_rate", label: "回本率%", notes: '回本率=累计充值/累计消耗',min_width: 110 },
|
248
|
|
- { prop: "start_date", label: "开始日期", min_width: 110 },
|
249
|
|
- { prop: "end_date", label: "截止日期", min_width: 110 },
|
|
247
|
+ { prop: "recall_rate", label: "回本率%", notes: '回本率=累计充值/累计消耗',min_width: 100 },
|
|
248
|
+ { prop: "start_date", label: "开始日期", min_width: 100 },
|
|
249
|
+ { prop: "end_date", label: "截止日期", min_width: 100 },
|
250
|
250
|
{ prop: "pay_money", label: "累计充值", min_width: 100 },
|
251
|
|
- { prop: "three_days_rate", label: "3天倍率", min_width: 100 },
|
252
|
|
- { prop: "seven_days_rate", label: "7天倍率", min_width: 100 },
|
253
|
|
- { prop: "day3_charge", label: "3天充值金额", min_width: 110 },
|
254
|
|
- { prop: "day7_charge", label: "7天充值金额", min_width: 110 },
|
255
|
|
- { prop: "day3_first_day_pay", label: "3天首日充值金额", min_width: 140 },
|
256
|
|
- { prop: "day7_first_day_pay", label: "7天首日充值金额", min_width: 140 },
|
|
251
|
+ { prop: "three_days_rate", label: "3天倍率", min_width: 90 },
|
|
252
|
+ { prop: "seven_days_rate", label: "7天倍率", min_width: 90 },
|
|
253
|
+ { prop: "day3_charge", label: "3天充值金额", min_width: 90 },
|
|
254
|
+ { prop: "day7_charge", label: "7天充值金额", min_width: 90 },
|
|
255
|
+ { prop: "day3_first_day_pay", label: "3天首日充值金额", min_width: 90 },
|
|
256
|
+ { prop: "day7_first_day_pay", label: "7天首日充值金额", min_width: 90 },
|
257
|
257
|
],
|
258
|
258
|
height: '',
|
259
|
259
|
tagType: 2,
|
|
@@ -544,6 +544,21 @@ export default {
|
544
|
544
|
</style>
|
545
|
545
|
|
546
|
546
|
<style lang="scss" scoped>
|
|
547
|
+
|
|
548
|
+/deep/ .elx-table .elx-header--column.col--ellipsis:not(.col--actived)>.elx-cell {
|
|
549
|
+ /* overflow: hidden; */
|
|
550
|
+ /* text-overflow: ellipsis; */
|
|
551
|
+ white-space: wrap;
|
|
552
|
+}
|
|
553
|
+/deep/ .elx-header--column.col--ellipsis>.elx-cell .elx-cell--title {
|
|
554
|
+ // overflow: hidden;
|
|
555
|
+ // text-overflow: ellipsis;
|
|
556
|
+ white-space: wrap;
|
|
557
|
+}
|
|
558
|
+/deep/ .elx-header--column .elx-cell--title {
|
|
559
|
+ line-height: 1.2;
|
|
560
|
+}
|
|
561
|
+
|
547
|
562
|
.update-time {
|
548
|
563
|
margin-top: 10px;
|
549
|
564
|
padding-left: 20px;
|