Explorar el Código

新增组件及页面

liuqiwen hace 4 años
padre
commit
cd1335333f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      dgtis-ui/src/views/dashboard/LineBarChart.vue

+ 1 - 1
dgtis-ui/src/views/dashboard/LineBarChart.vue

@@ -64,7 +64,7 @@
         let option = {
           tooltip: {
             trigger: 'axis',
-            formatter:'{b}月:{c}元'
+            formatter:'时间:{b}月<br>金额:{c}元'
           },
           grid:{
             left:'20%',