修改bug
This commit is contained in:
@@ -647,7 +647,6 @@ const handleExport = async () => {
|
||||
planCsv.value = csv
|
||||
}
|
||||
}
|
||||
|
||||
if (historyDataList.value.length != 0) {
|
||||
let xAxis: any = []
|
||||
let timeList: any = []
|
||||
@@ -761,10 +760,10 @@ const formatCountOptions = (list: any) => {
|
||||
if (item.name.includes('谐波电流有效值')) {
|
||||
item.name = '谐波电流次数'
|
||||
}
|
||||
if (item.name.includes('谐波电压含有率')) {
|
||||
if (item.name=='谐波电压含有率') {
|
||||
item.name = '谐波电压次数'
|
||||
}
|
||||
if (item.name.includes('间谐波电压含有率')) {
|
||||
if (item.name=='间谐波电压含有率') {
|
||||
item.name = '间谐波电压次数'
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user