瀏覽代碼

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

zhengxy 2 年之前
父節點
當前提交
1318ee0bae

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

110
           duplicateRemoval: true,//去重数据
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
           prop: 'first_day_roi',
118
           prop: 'first_day_roi',
114
           label: '首日ROI',
119
           label: '首日ROI',
115
         },
120
         },

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

121
           duplicateRemoval: true,//去重数据
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
           prop: 'sum_roi',
129
           prop: 'sum_roi',
125
           label: '首日ROI',
130
           label: '首日ROI',
126
         },
131
         },