浏览代码

feat: 投手数据 - 汇总新增"3/7天倍率"

zhengxy 1 年之前
父节点
当前提交
fdca6e32da
共有 1 个文件被更改,包括 12 次插入0 次删除
  1. 12 0
      project/src/components/dataBoard/throwPerson/throwPersonPuton.vue

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

@@ -29,6 +29,10 @@
29 29
               class="titleIcon" alt="">
30 30
             <img src="@/assets/img/icon/回本率@2x.png" v-if="item.prop == 'recall_rate'" style="height:16px"
31 31
               class="titleIcon" alt="">
32
+            <img src="@/assets/img/icon/回本率@2x.png" v-if="item.prop == 'three_days_rate'" style="height:16px"
33
+              class="titleIcon" alt="">
34
+            <img src="@/assets/img/icon/回本率@2x.png" v-if="item.prop == 'seven_days_rate'" style="height:16px"
35
+              class="titleIcon" alt="">
32 36
             <img src="@/assets/img/iconNew/企微成本@2x.png" v-if="item.prop == 'qw_cost'" style="height:12px"
33 37
               class="titleIcon" alt="">
34 38
             <img src="@/assets/img/iconNew/充值用户成本@2x.png" v-if="item.prop == 'new_cost'" style="height:15px"
@@ -144,6 +148,14 @@ export default {
144 148
           prop: 'recall_rate',
145 149
           label: '回本率',
146 150
         },
151
+        {
152
+          prop: 'three_days_rate',
153
+          label: '3天倍率',
154
+        },
155
+        {
156
+          prop: 'seven_days_rate',
157
+          label: '7天倍率',
158
+        },
147 159
       ],
148 160
       loading: false,
149 161
       page: 1,