Commit c7e2ad29 authored by liuzhaoh's avatar liuzhaoh

优化压差

parent 8f5655e9
...@@ -462,8 +462,8 @@ const getDustDetail = () => { ...@@ -462,8 +462,8 @@ const getDustDetail = () => {
getGaugeOption({ getGaugeOption({
value: dustInfo[0].value / 100, value: dustInfo[0].value / 100,
chartName: "压差", chartName: "压差",
min: 1, min: parseInt(res.data.pressureDiffLow),
max: 100, max: parseInt(res.data.pressureDiffHigh),
}) })
); );
indicatorFun( indicatorFun(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment