liyongli vor 2 Jahren
Ursprung
Commit
6455e22bea
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  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>