Browse Source

feat: 数据看板 - 投手投放数据 - 新增"首日首单充值金额"&"首日充值金额"

zhengxy 1 year ago
parent
commit
3a014027be

+ 2 - 0
project/src/components/dataBoard/throwPerson/throwPersonPuton.vue

238
         { prop: "first_roi", label: "首充ROI", },
238
         { prop: "first_roi", label: "首充ROI", },
239
         { prop: "qw_cost", label: "企微成本" },
239
         { prop: "qw_cost", label: "企微成本" },
240
         { prop: "new_cost", label: "用户首日下单成本", min_width: 160 },
240
         { prop: "new_cost", label: "用户首日下单成本", min_width: 160 },
241
+        { prop: "first_charge", label: "首日首单充值金额", min_width: 160 },
242
+        { prop: "first_day_pay", label: "首日充值金额", min_width: 160 },
241
         { prop: "scan_follow_total", label: "企微粉丝人数" },
243
         { prop: "scan_follow_total", label: "企微粉丝人数" },
242
         { prop: "profile", label: "总毛利额", notes: '总毛利额=累计充值-累计消耗' },
244
         { prop: "profile", label: "总毛利额", notes: '总毛利额=累计充值-累计消耗' },
243
         { prop: "recall_rate", label: "回本率%", notes: '回本率=累计充值/累计消耗' },
245
         { prop: "recall_rate", label: "回本率%", notes: '回本率=累计充值/累计消耗' },