liyongli hace 2 años
padre
commit
047ee80c1f
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/views/report/Mobile/index.vue

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

@@ -162,7 +162,7 @@
                 >
                   <template #label>
                     <van-tag size="large" type="primary"
-                      >播量:{{ timeFormat(v.play_count) }}</van-tag
+                      >播量:{{ timeFormat(v.play_count) }}</van-tag
                     >
                     {{ v.dep_name + "-" + v.nick_name }}
                   </template>
@@ -203,7 +203,7 @@
           >
             <template #label>
               <van-tag size="large" type="primary"
-                >播量:{{ timeFormat(v.play_count) }}</van-tag
+                >播量:{{ timeFormat(v.play_count) }}</van-tag
               >
               {{ v.dep_name + "-" + v.nick_name }}
             </template>