微调
This commit is contained in:
@@ -328,7 +328,7 @@ const setUnit = (row: any) => {
|
||||
text = props.valueCode == 'Absolute' ? 'VA' : '%Un*In VA'
|
||||
} else if (row.name.includes('无功功率')) {
|
||||
text = props.valueCode == 'Absolute' ? 'Var' : '%Un*In Var'
|
||||
} else if (row.name == '功率因数') {
|
||||
} else if (row.name.includes('功率因数')) {
|
||||
text = ''
|
||||
} else {
|
||||
text = unit.filter(item => item.label == row.pname)[0]?.unit
|
||||
|
||||
Reference in New Issue
Block a user