liyongli há 2 anos atrás
pai
commit
6455e22bea
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      src/views/report/Traditional/index.vue

+ 2 - 2
src/views/report/Traditional/index.vue

@@ -188,7 +188,7 @@
                   接触频次:
                 </van-col>
                 <van-col span="14" class="td">
-                    {{ formatType1(ratios.touchfreq, 0) }}
+                    {{ formatType1(ratios.touchfreq, 0) }}%
                 </van-col>
               </van-row>
             </van-cell-group>
@@ -216,7 +216,7 @@
                 </van-col>
                 <van-col span="7" class="td"> 接触度: </van-col>
                 <van-col span="7" class="td"
-                  >{{ formatType1(ratios.hitcount, 0) }}
+                  >{{ formatType1(ratios.hitcount, 0) }}
                 </van-col>
               </van-row>
             </van-cell-group>