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