Browse Source

9250 成本分析显示数据错误

master
wuqun 2 years ago
parent
commit
4fe3374096
  1. 2
      web/client/src/sections/shouye/containers/shouye.js

2
web/client/src/sections/shouye/containers/shouye.js

@ -214,7 +214,7 @@ const Information = (props) => {
domId={'column-chart-3'}
height={clientHeight * 0.32}
xAxis={chartData4.map(cd => cd.name)}
yAxis={chartData4.map(cd => cd.cost)} />
yAxis={chartData4.map(cd => (cd.cost).toFixed(2))} />
</div>
</div>
</Card>

Loading…
Cancel
Save