소스 검색

小问题

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