|
@@ -141,7 +141,7 @@ export default {
|
141
|
141
|
{ prop: "charge_total", label: "累计充值", sort: true },
|
142
|
142
|
{ prop: "qw_cost", label: "企微成本", sort: true },
|
143
|
143
|
{ prop: "new_cost", label: "用户首日下单成本", sort: true, min_width: 160 },
|
144
|
|
- { prop: "unique_new_cost", label: "用户首日下单成本(去重)", sort: true, min_width: 190 },
|
|
144
|
+ { prop: "unique_new_cost", label: "用户首日下单成本(去重)", min_width: 190 },
|
145
|
145
|
{ prop: "roi", label: "首日ROI", notes: '首日ROI=当日新用户充值之和/累计消耗', sort: true },
|
146
|
146
|
{ prop: "profit", label: "总毛利额", notes: '总毛利额=累计充值-累计消耗', sort: true },
|
147
|
147
|
{ prop: "recover_rate", label: "回本率%", notes: '回本率=累计充值/累计消耗', sort: true },
|