zhuth hace 7 años
padre
commit
754fe5a8d5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      frontend/saas-web/app/view/home/charts/StockAmount.js

+ 1 - 1
frontend/saas-web/app/view/home/charts/StockAmount.js

@@ -85,7 +85,7 @@ Ext.define('saas.view.home.charts.StockAmount', {
     },
     },
 
 
     onBarTipRender: function (tooltip, record, item) {
     onBarTipRender: function (tooltip, record, item) {
-        tooltip.setHtml(record.get('x') + ': ' + record.get('y') + '万元');
+        tooltip.setHtml(record.get('x') + ': ' + record.get('y') + '万元');
     },
     },
 
 
     categoryRender: function(axis, label, layoutContext, lastLabel) {
     categoryRender: function(axis, label, layoutContext, lastLabel) {