量测:实时值显示修改
This commit is contained in:
parent
4bcd42fa26
commit
100883aa68
@ -254,7 +254,9 @@ const getCompleteData = () => {
|
|||||||
: realValItem.toFixed(3)
|
: realValItem.toFixed(3)
|
||||||
: '-'
|
: '-'
|
||||||
: realValItem
|
: realValItem
|
||||||
: '-',
|
: realValItem == 0
|
||||||
|
? 0
|
||||||
|
: '-',
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user