量测:实时值显示修改

This commit is contained in:
高云鹏 2024-12-11 10:15:23 +08:00
parent 4bcd42fa26
commit 100883aa68

View File

@ -254,6 +254,8 @@ const getCompleteData = () => {
: realValItem.toFixed(3)
: '-'
: realValItem
: realValItem == 0
? 0
: '-',
}
})