修改 冀北现场问题

This commit is contained in:
GGJ
2024-08-06 20:58:01 +08:00
parent bd3dbca8e1
commit b6ef6cf999
13 changed files with 123 additions and 63 deletions

View File

@@ -298,7 +298,24 @@ const options = ref([
{
label: '三相电压不平衡度',
value: '5'
}
},
{
label: '谐波电压',
value: '6'
},
{
label: '谐波电流',
value: '7'
},
{
label: '间谐波电压',
value: '8'
},
{
label: '负序电流',
value: '9'
},
])
const technology: any = ref({})
const harmonicType = ref('0')