update
This commit is contained in:
@@ -167,7 +167,7 @@ function getOptions(showChart, hisState, runState) {
|
||||
? Object.keys(runState).map((fan) => ({
|
||||
id: Math.random(),
|
||||
name: fan,
|
||||
value: runState[fan],
|
||||
value: (+runState[fan])?.toFixed(2),
|
||||
}))
|
||||
: [
|
||||
{ id: 1, name: "1#风机", value: "0m³/h" },
|
||||
|
||||
Reference in New Issue
Block a user