t
This commit is contained in:
@@ -415,7 +415,11 @@ export default {
|
||||
element.showKey.forEach((key) => {
|
||||
data.forEach((item) => {
|
||||
if (item.statisticalName === key && item.phase === 'avg') {
|
||||
arr.push(key + ':' + item.statisticalData)
|
||||
if(key === 'Apf_RmsI_TolOut(A)'){
|
||||
arr.push( '总输出电流:' + item.statisticalData + 'A')
|
||||
}else{
|
||||
arr.push( '电流畸变率:' + item.statisticalData + '%')
|
||||
}
|
||||
}
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user