Procházet zdrojové kódy

feat: 数据看板 - 投手投放数据列表调整

zhengxy před 1 rokem
rodič
revize
df3136c127

+ 19 - 19
project/src/components/dataBoard/throwPerson/throwPersonPuton.vue

@@ -235,25 +235,25 @@ export default {
235 235
         { prop: "user_name", label: "投手", min_width: 90 },
236 236
         { prop: "cost", label: "累计消耗", min_width: 100, sort: true },
237 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
-        { prop: "conversions_count", label: "回传下单人数", notes: '通过广告后台获取到的实际下单人数', min_width: 160 },
241
-        { prop: "new_pay_uv", label: "实际下单人数", notes: '猎羽后台统计到的首日首次下单的人数', min_width: 160 },
242
-        { prop: "new_cost", label: "用户首日下单成本", min_width: 160 },
243
-        { prop: "first_charge", label: "首日首单充值金额", min_width: 160 },
244
-        { prop: "first_day_pay", label: "首日充值金额", min_width: 160 },
245
-        { prop: "scan_follow_total", label: "企微粉丝人数" },
246
-        { prop: "profile", label: "总毛利额", notes: '总毛利额=累计充值-累计消耗' },
247
-        { prop: "recall_rate", label: "回本率%", notes: '回本率=累计充值/累计消耗' },
248
-        { prop: "start_date", label: "开始日期", min_width: 160 },
249
-        { prop: "end_date", label: "截止日期", min_width: 160 },
250
-        { prop: "pay_money", label: "累计充值" },
251
-        { prop: "three_days_rate", label: "3天倍率" },
252
-        { prop: "seven_days_rate", label: "7天倍率" },
253
-        { prop: "day3_charge", label: "3天充值金额" },
254
-        { prop: "day7_charge", label: "7天充值金额" },
255
-        { prop: "day3_first_day_pay", label: "3天首日充值金额", min_width: 160 },
256
-        { prop: "day7_first_day_pay", label: "7天首日充值金额", min_width: 160 },
238
+        { prop: "first_roi", label: "首充ROI", min_width: 90,},
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 },
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 },
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 },
257 257
       ],
258 258
       height: '',
259 259
       tagType: 2,

+ 10 - 10
project/src/components/dataBoard/throwPerson/throwPersonSon.vue

@@ -148,16 +148,16 @@ export default {
148 148
       ],
149 149
       desCol: [
150 150
         { prop: "user_name", label: "投手", min_width: 90, fixed: 'left' },
151
-        { prop: "day_paid", label: "累计消耗", sort: true },
152
-        { prop: "charge_total", label: "累计充值", sort: true },
153
-        { prop: "qw_cost", label: "企微成本", sort: true },
154
-        { prop: "roi", label: "首日ROI", notes: '首日ROI=当日新用户充值之和/累计消耗', sort: true },
155
-        { prop: "first_roi", label: "首日首单ROI", },
156
-        { prop: "new_cost", label: "用户首日下单成本", sort: true, min_width: 160 },
157
-        { prop: "unique_new_cost", label: "用户首日下单成本(去重)", min_width: 190 },
158
-        { prop: "new_user_charge_total", label: "新用户首日下单金额", min_width: 190 },
159
-        { prop: "date_num", label: "投放天数", min_width: 160, sort: true },
160
-        { prop: "app_num", label: "投放公众号数", min_width: 160, sort: true },
151
+        { prop: "day_paid", label: "累计消耗", sort: true, min_width: 110, },
152
+        { prop: "charge_total", label: "累计充值", sort: true, min_width: 110, },
153
+        { prop: "qw_cost", label: "企微成本", sort: true, min_width: 110, },
154
+        { prop: "roi", label: "首日ROI", notes: '首日ROI=当日新用户充值之和/累计消耗', sort: true, min_width: 110, },
155
+        { prop: "first_roi", label: "首日首单ROI", min_width: 110, },
156
+        { prop: "new_cost", label: "用户首日下单成本", sort: true, min_width: 150 },
157
+        { prop: "unique_new_cost", label: "用户首日下单成本(去重)", min_width: 170 },
158
+        { prop: "new_user_charge_total", label: "新用户首日下单金额", min_width: 150 },
159
+        { prop: "date_num", label: "投放天数", min_width: 100, sort: true },
160
+        { prop: "app_num", label: "投放公众号数", min_width: 110, sort: true },
161 161
         { prop: "profit", label: "总毛利额", notes: '总毛利额=累计充值-累计消耗', sort: true },
162 162
         { prop: "recover_rate", label: "回本率%", notes: '回本率=累计充值/累计消耗', sort: true },
163 163
       ],