Explorar el Código

修复首页“险种类别”中存量客户数量的单位

luGuangChen hace 2 años
padre
commit
444af5d098
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      dgtis-ui/src/views/dashboard/BarChart3.vue

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

@@ -92,7 +92,7 @@
               var label = '';
 
               if(data[0]){
-                label+= data[0].axisValue +'<br />'+data[0].seriesName  +":"+  data[0].value +'<br />';
+                label+= data[0].axisValue +'<br />'+data[0].seriesName  +":"+  data[0].value +'<br />';
 
               }
               if(data[1]){