Browse Source

feat: 数据看板 - 投手数据&订单数据统计新增字段

zhengxy 1 year ago
parent
commit
d5ca0db5e0

+ 2 - 1
project/src/components/dataBoard/orderData.vue

@@ -156,7 +156,8 @@ export default {
156 156
         { prop: "corp_name", label: "企微主体" },
157 157
         { prop: "wx_account", label: "公众号", },
158 158
         { prop: "user_id", label: "用户ID", min_width: 180 },
159
-        { prop: "ma_user_register_time", label: "用户注册时间", min_width: 160 },
159
+        { prop: "ma_user_register_time", label: "小程序注册时间", min_width: 160 },
160
+        { prop: "mp_user_register_time", label: "企微用户关注时间", min_width: 160 },
160 161
         { prop: "first_order_status", label: "是否首充", },
161 162
         { prop: "order_pay_time", label: "支付完成时间", min_width: 160 },
162 163
         { prop: "pay_money", label: "支付金额(元)" },

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

@@ -33,6 +33,10 @@
33 33
               class="titleIcon" alt="">
34 34
             <img src="@/assets/img/icon/累计充值@2x.png" v-if="item.prop == 'day7_charge'" style="height:17px"
35 35
               class="titleIcon" alt="">
36
+            <img src="@/assets/img/icon/累计充值@2x.png" v-if="item.prop == 'day3_first_day_pay'" style="height:17px"
37
+              class="titleIcon" alt="">
38
+            <img src="@/assets/img/icon/累计充值@2x.png" v-if="item.prop == 'day7_first_day_pay'" style="height:17px"
39
+              class="titleIcon" alt="">
36 40
             <img src="@/assets/img/icon/roi@2x.png" v-if="item.prop == 'first_day_roi'" style="height:14px"
37 41
               class="titleIcon" alt="">
38 42
             <img src="@/assets/img/icon/总毛利润额@2x.png" v-if="item.prop == 'profile'" style="height:14px"
@@ -178,6 +182,14 @@ export default {
178 182
           prop: 'day7_charge',
179 183
           label: '7天充值金额',
180 184
         },
185
+        {
186
+          prop: 'day3_first_day_pay',
187
+          label: '3天首日充值金额',
188
+        },
189
+        {
190
+          prop: 'day7_first_day_pay',
191
+          label: '7天首日充值金额',
192
+        },
181 193
       ],
182 194
       loading: false,
183 195
       page: 1,
@@ -214,6 +226,8 @@ export default {
214 226
         { prop: "seven_days_rate", label: "7天倍率" },
215 227
         { prop: "day3_charge", label: "3天充值金额" },
216 228
         { prop: "day7_charge", label: "7天充值金额" },
229
+        { prop: "day3_first_day_pay", label: "3天首日充值金额", min_width: 160 },
230
+        { prop: "day7_first_day_pay", label: "7天首日充值金额", min_width: 160 },
217 231
       ],
218 232
       height: '',
219 233
       tagType: 2,