Browse Source

feat: 投手数据 - 新增"新用户首日回收金额"

zhengxy 2 years ago
parent
commit
1318ee0bae

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

@@ -110,6 +110,11 @@ export default {
110 110
           duplicateRemoval: true,//去重数据
111 111
         },
112 112
         {
113
+          prop: 'first_day_pay',
114
+          label: '新用户首日回收金额',
115
+          img: require('@/assets/img/iconNew/充值用户成本@2x.png'),
116
+        },
117
+        {
113 118
           prop: 'first_day_roi',
114 119
           label: '首日ROI',
115 120
         },

+ 5 - 0
project/src/components/dataBoard/throwPerson/throwPersonSon.vue

@@ -121,6 +121,11 @@ export default {
121 121
           duplicateRemoval: true,//去重数据
122 122
         },
123 123
         {
124
+          prop: 'sum_day_charge',
125
+          label: '新用户首日回收金额',
126
+          img: require('@/assets/img/iconNew/充值用户成本@2x.png'),
127
+        },
128
+        {
124 129
           prop: 'sum_roi',
125 130
           label: '首日ROI',
126 131
         },