修改 冀北现场问题
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user