Browse Source

feat: 数据看板 - 新增投手数据项

zhengxy 1 year ago
parent
commit
38b014ab1e

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

55
               class="titleIcon" alt="">
55
               class="titleIcon" alt="">
56
             <img src="@/assets/img/iconNew/企微成本@2x.png" v-if="item.prop == 'qw_cost'" style="height:12px"
56
             <img src="@/assets/img/iconNew/企微成本@2x.png" v-if="item.prop == 'qw_cost'" style="height:12px"
57
               class="titleIcon" alt="">
57
               class="titleIcon" alt="">
58
+            <img src="@/assets/img/iconNew/企微成本@2x.png" v-if="item.prop == 'followers_cost'" style="height:12px"
59
+              class="titleIcon" alt="">
58
             <img src="@/assets/img/iconNew/充值用户成本@2x.png" v-if="item.prop == 'new_cost'" style="height:15px"
60
             <img src="@/assets/img/iconNew/充值用户成本@2x.png" v-if="item.prop == 'new_cost'" style="height:15px"
59
               class="titleIcon" alt="">
61
               class="titleIcon" alt="">
60
           </template>
62
           </template>
173
           label: '企微成本',
175
           label: '企微成本',
174
         },
176
         },
175
         {
177
         {
178
+          prop: 'followers_cost',
179
+          label: '企微实际加粉成本',
180
+        },
181
+        {
176
           prop: 'new_cost',
182
           prop: 'new_cost',
177
           label: '用户首日下单成本',
183
           label: '用户首日下单成本',
178
         },
184
         },
193
           img: require('@/assets/img/iconNew/总充值人数@2x.png'),
199
           img: require('@/assets/img/iconNew/总充值人数@2x.png'),
194
         },
200
         },
195
         {
201
         {
202
+          prop: 'followers_number',
203
+          label: '企微实际加粉人数',
204
+          img: require('@/assets/img/iconNew/总充值人数@2x.png'),
205
+        },
206
+        {
196
           prop: 'first_day_roi',
207
           prop: 'first_day_roi',
197
           label: '首日ROI',
208
           label: '首日ROI',
198
         },
209
         },
259
         { prop: "first_day_roi", label: "首日ROI", min_width: 100, notes: '首日ROI=当日新用户充值之和/累计消耗' },
270
         { prop: "first_day_roi", label: "首日ROI", min_width: 100, notes: '首日ROI=当日新用户充值之和/累计消耗' },
260
         { prop: "first_roi", label: "首充ROI", min_width: 90,},
271
         { prop: "first_roi", label: "首充ROI", min_width: 90,},
261
         { prop: "qw_cost", label: "企微成本", min_width: 90, },
272
         { prop: "qw_cost", label: "企微成本", min_width: 90, },
273
+        { prop: "followers_cost", label: "企微实际加粉成本", min_width: 90, },
262
         { prop: "new_cost", label: "用户首日下单成本", min_width: 90, },
274
         { prop: "new_cost", label: "用户首日下单成本", min_width: 90, },
263
         { prop: "deep_conversions_count", label: "深度目标转化量", min_width: 90 },
275
         { prop: "deep_conversions_count", label: "深度目标转化量", min_width: 90 },
264
         { prop: "conversions_count", label: "回传下单人数", notes: '通过广告后台获取到的实际下单人数', min_width: 90 },
276
         { prop: "conversions_count", label: "回传下单人数", notes: '通过广告后台获取到的实际下单人数', min_width: 90 },
266
         { prop: "first_charge", label: "首日首单充值金额", min_width: 90 },
278
         { prop: "first_charge", label: "首日首单充值金额", min_width: 90 },
267
         { prop: "first_day_pay", label: "首日充值金额", min_width: 90 },
279
         { prop: "first_day_pay", label: "首日充值金额", min_width: 90 },
268
         { prop: "scan_follow_total", label: "企微粉丝人数", min_width: 90 },
280
         { prop: "scan_follow_total", label: "企微粉丝人数", min_width: 90 },
281
+        { prop: "followers_number", label: "企微实际加粉人数", min_width: 90 },
269
         { prop: "profile", label: "总毛利额", notes: '总毛利额=累计充值-累计消耗', min_width: 100 },
282
         { prop: "profile", label: "总毛利额", notes: '总毛利额=累计充值-累计消耗', min_width: 100 },
270
         { prop: "recall_rate", label: "回本率%", notes: '回本率=累计充值/累计消耗',min_width: 100 },
283
         { prop: "recall_rate", label: "回本率%", notes: '回本率=累计充值/累计消耗',min_width: 100 },
271
         { prop: "start_date", label: "开始日期", min_width: 100 },
284
         { prop: "start_date", label: "开始日期", min_width: 100 },

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

26
               class="titleIcon" alt="">
26
               class="titleIcon" alt="">
27
             <img src="@/assets/img/iconNew/企微成本@2x.png" v-if="item.prop == 'qw_cost'" style="height:12px"
27
             <img src="@/assets/img/iconNew/企微成本@2x.png" v-if="item.prop == 'qw_cost'" style="height:12px"
28
               class="titleIcon" alt="">
28
               class="titleIcon" alt="">
29
+            <img src="@/assets/img/iconNew/企微成本@2x.png" v-if="item.prop == 'followers_cost'" style="height:12px"
30
+              class="titleIcon" alt="">
29
             <img src="@/assets/img/iconNew/充值用户成本@2x.png" v-if="item.prop == 'new_cost'" style="height:15px"
31
             <img src="@/assets/img/iconNew/充值用户成本@2x.png" v-if="item.prop == 'new_cost'" style="height:15px"
30
               class="titleIcon" alt="">
32
               class="titleIcon" alt="">
31
           </template>
33
           </template>
110
           label: '企微成本',
112
           label: '企微成本',
111
         },
113
         },
112
         {
114
         {
115
+          prop: 'followers_cost',
116
+          label: '企微实际加粉成本',
117
+        },
118
+        {
113
           prop: 'sum_roi',
119
           prop: 'sum_roi',
114
           label: '首日ROI',
120
           label: '首日ROI',
115
         },
121
         },
151
         { prop: "day_paid", label: "累计消耗", sort: true, min_width: 110, },
157
         { prop: "day_paid", label: "累计消耗", sort: true, min_width: 110, },
152
         { prop: "charge_total", label: "累计充值", sort: true, min_width: 110, },
158
         { prop: "charge_total", label: "累计充值", sort: true, min_width: 110, },
153
         { prop: "qw_cost", label: "企微成本", sort: true, min_width: 110, },
159
         { prop: "qw_cost", label: "企微成本", sort: true, min_width: 110, },
160
+        { prop: "followers_cost", label: "企微实际加粉成本", sort: true, min_width: 110, },
154
         { prop: "roi", label: "首日ROI", notes: '首日ROI=当日新用户充值之和/累计消耗', sort: true, min_width: 110, },
161
         { prop: "roi", label: "首日ROI", notes: '首日ROI=当日新用户充值之和/累计消耗', sort: true, min_width: 110, },
155
         { prop: "first_roi", label: "首日首单ROI", min_width: 110, },
162
         { prop: "first_roi", label: "首日首单ROI", min_width: 110, },
156
         { prop: "new_cost", label: "用户首日下单成本", sort: true, min_width: 100 },
163
         { prop: "new_cost", label: "用户首日下单成本", sort: true, min_width: 100 },