zhuth 7 年之前
父节点
当前提交
754fe5a8d5
共有 1 个文件被更改,包括 1 次插入1 次删除
  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) {