Browse Source

(*) 能耗监测-液位趋势默认时间范围修改

master
liujiangyong 10 months ago
parent
commit
e74dd0d7bd
  1. 7
      web/client/src/sections/bigScreen/components/capacity.js

7
web/client/src/sections/bigScreen/components/capacity.js

@ -440,11 +440,14 @@ const Capacity = ({ actions, dispatch, siteList, capacity, waterLevelSix, curren
dataZoom: [
{
type: 'slider',
showDetail: false
showDetail: false,
start: 90,
end: 100,
},
{
type: 'inside',
start: 90,
end: 100,
},
],
tooltip: {

Loading…
Cancel
Save