liyongli 2 년 전
부모
커밋
6455e22bea
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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>