Explorar el Código

fix: 统计显示问题

xdd hace 1 mes
padre
commit
211bbef32c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/statistics/index.vue

+ 1 - 1
src/views/statistics/index.vue

@@ -193,7 +193,7 @@
                 </div>
                 <div class="card-row">
                   <span>视频完播率</span>
-                  <span class="highlight">{{watchRate}}</span>
+                  <span class="highlight">{{watchRate}}%</span>
                 </div>
               </div>
             </div>