瀏覽代碼

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

zhengxy 1 年之前
父節點
當前提交
38b014ab1e

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

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

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

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