浏览代码

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

zhengxy 1 年之前
父节点
当前提交
3a014027be
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      project/src/components/dataBoard/throwPerson/throwPersonPuton.vue

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

@@ -238,6 +238,8 @@ export default {
238 238
         { prop: "first_roi", label: "首充ROI", },
239 239
         { prop: "qw_cost", label: "企微成本" },
240 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 243
         { prop: "scan_follow_total", label: "企微粉丝人数" },
242 244
         { prop: "profile", label: "总毛利额", notes: '总毛利额=累计充值-累计消耗' },
243 245
         { prop: "recall_rate", label: "回本率%", notes: '回本率=累计充值/累计消耗' },