Commit c7e2ad29 authored by liuzhaoh's avatar liuzhaoh

优化压差

parent 8f5655e9
......@@ -462,8 +462,8 @@ const getDustDetail = () => {
getGaugeOption({
value: dustInfo[0].value / 100,
chartName: "压差",
min: 1,
max: 100,
min: parseInt(res.data.pressureDiffLow),
max: parseInt(res.data.pressureDiffHigh),
})
);
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