微调
This commit is contained in:
@@ -50,9 +50,9 @@ const outerUnit = computed(() => {
|
||||
|
||||
const setB = computed(() => {
|
||||
return prop.currentCheckItem == '三相电流不平衡度'
|
||||
? '三相电流不平衡度'
|
||||
? '负序不平衡度'
|
||||
: prop.currentCheckItem == '三相电压不平衡度'
|
||||
? '三相电压不平衡度'
|
||||
? '负序不平衡度'
|
||||
: 'B相'
|
||||
})
|
||||
const setT = computed(() => {
|
||||
|
||||
Reference in New Issue
Block a user