Browse Source

小问题

hbchen 2 năm trước cách đây
mục cha
commit
1ad82f8659
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/dashboard/index.vue

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

@@ -105,7 +105,7 @@
         axisLabel:{
           color:'#999',
           formatter:(value)=>{
-            return Math.round(value*10)/10000
+            return Math.round(value*10)/100000
           }
         }
       },