This commit is contained in:
caozehui
2025-08-28 10:37:50 +08:00
parent 52fcdbfe1e
commit 8b578d4d8b
5 changed files with 19 additions and 9 deletions

View File

@@ -50,9 +50,9 @@ const outerUnit = computed(() => {
const setB = computed(() => {
return prop.currentCheckItem == '三相电流不平衡度'
? '三相电流不平衡度'
? '负序不平衡度'
: prop.currentCheckItem == '三相电压不平衡度'
? '三相电压不平衡度'
? '负序不平衡度'
: 'B相'
})
const setT = computed(() => {