|
@@ -228,15 +228,15 @@ export default {
|
228
|
228
|
gl_loading: false,
|
229
|
229
|
desCol: [
|
230
|
230
|
{ prop: "playletTitle", label: "剧集", min_width: 160, fixed: 'left' },
|
231
|
|
- { prop: "official_account_name", label: "公众号", min_width: 220 },
|
232
|
|
- { prop: "user_list_show", label: "使用客服", min_width: 260 },
|
233
|
|
- { prop: "account_name", label: "投放账号", min_width: 160 },
|
234
|
|
- { prop: "balance", label: "账户余额", },
|
235
|
|
- { prop: "user_name", label: "投手", min_width: 160 },
|
236
|
|
- { prop: "cost", label: "累计消耗", sort: true },
|
237
|
|
- { prop: "first_day_roi", label: "首日ROI", notes: '首日ROI=当日新用户充值之和/累计消耗' },
|
238
|
|
- { prop: "first_roi", label: "首充ROI", },
|
239
|
|
- { prop: "qw_cost", label: "企微成本" },
|
|
231
|
+ { prop: "official_account_name", label: "公众号", min_width: 90 },
|
|
232
|
+ { prop: "user_list_show", label: "使用客服", min_width: 250 },
|
|
233
|
+ { prop: "account_name", label: "投放账号", min_width: 100 },
|
|
234
|
+ { prop: "balance", label: "账户余额", min_width: 100},
|
|
235
|
+ { prop: "user_name", label: "投手", min_width: 90 },
|
|
236
|
+ { prop: "cost", label: "累计消耗", min_width: 100, sort: true },
|
|
237
|
+ { prop: "first_day_roi", label: "首日ROI", min_width: 100, notes: '首日ROI=当日新用户充值之和/累计消耗' },
|
|
238
|
+ { prop: "first_roi", label: "首充ROI", min_width: 100,},
|
|
239
|
+ { prop: "qw_cost", label: "企微成本", min_width: 100, },
|
240
|
240
|
{ prop: "conversions_count", label: "回传下单人数", notes: '通过广告后台获取到的实际下单人数', min_width: 160 },
|
241
|
241
|
{ prop: "new_pay_uv", label: "实际下单人数", notes: '猎羽后台统计到的首日首次下单的人数', min_width: 160 },
|
242
|
242
|
{ prop: "new_cost", label: "用户首日下单成本", min_width: 160 },
|