From 4e6bd5508950035218a00b14effcb875d0eaa652 Mon Sep 17 00:00:00 2001 From: guanj Date: Tue, 9 Dec 2025 13:58:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8A=A5=E8=A1=A8=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/cockpit/F47Curve/index.vue | 4 ++-- src/components/echarts/rmsWorker.js | 8 ++++---- src/components/echarts/rmsboxi.vue | 6 +++--- src/components/echarts/shuWorker.js | 8 ++++---- src/components/echarts/shushiboxi.vue | 4 ++-- .../tree/govern/cloudDeviceEntryTree.vue | 17 +++++++++++------ src/components/tree/govern/deviceTree.vue | 2 -- src/components/tree/index.vue | 8 +++++--- src/views/govern/cloudDeviceEntry/index.vue | 1 + .../tabs/components/waveFormAnalysis.vue | 3 ++- src/views/govern/mxgraph/graphList/index.vue | 2 +- src/views/govern/reportCore/report/index.vue | 11 +++-------- src/views/pqs/cockpit/realTimeData/index.vue | 2 +- 13 files changed, 39 insertions(+), 37 deletions(-) diff --git a/src/components/cockpit/F47Curve/index.vue b/src/components/cockpit/F47Curve/index.vue index 69e7e22..2574091 100644 --- a/src/components/cockpit/F47Curve/index.vue +++ b/src/components/cockpit/F47Curve/index.vue @@ -22,7 +22,6 @@ { nextTick(() => { if (waveFormAnalysisRef.value) { //waveFormAnalysisRef.value.setHeight(false, 360) - waveFormAnalysisRef.value.setHeight(999, 130, 1.6666666) + // waveFormAnalysisRef.value.setHeight(999, 130, 1.6666666) } }) const messageInstance = ElMessage.info(`正在加载,请稍等...`) @@ -475,6 +474,7 @@ const handleTolerableEventClick = async (row: any) => { }) nextTick(() => { + waveFormAnalysisRef.value && waveFormAnalysisRef.value.setHeight(999, 130, 1.6666666) waveFormAnalysisRef.value && waveFormAnalysisRef.value.getWpData(wp.value, boxoList.value, true) }) } diff --git a/src/components/echarts/rmsWorker.js b/src/components/echarts/rmsWorker.js index 6159aaf..6bb5356 100644 --- a/src/components/echarts/rmsWorker.js +++ b/src/components/echarts/rmsWorker.js @@ -258,7 +258,7 @@ self.onmessage = function (e) { boxoList.measurementPointName + ' 发生时刻:' + boxoList.startTime + - ' 残余电压:' + + ' 暂降(骤升)幅值:' + (boxoList.featureAmplitude * 100).toFixed(2) + '% 持续时间:' + boxoList.duration + @@ -269,7 +269,7 @@ self.onmessage = function (e) { boxoList.equipmentName + ' 发生时刻:' + boxoList.startTime + - ' 残余电压:' + + ' 暂降(骤升)幅值:' + boxoList.evtParamVVaDepth + ' 持续时间:' + boxoList.evtParamTm + @@ -280,7 +280,7 @@ self.onmessage = function (e) { boxoList.lineName + ' 发生时刻:' + boxoList.startTime + - ' 残余电压:' + + ' 暂降(骤升)幅值:' + (boxoList.featureAmplitude * 100).toFixed(2) + '% 持续时间:' + boxoList.persistTime + @@ -293,7 +293,7 @@ self.onmessage = function (e) { boxoList.lineName + ' 发生时刻:' + boxoList.startTime + - ' 残余电压:' + + ' 暂降(骤升)幅值:' + (boxoList.featureAmplitude * 100).toFixed(2) + '% 持续时间:' + boxoList.duration + diff --git a/src/components/echarts/rmsboxi.vue b/src/components/echarts/rmsboxi.vue index a050693..bf201e2 100644 --- a/src/components/echarts/rmsboxi.vue +++ b/src/components/echarts/rmsboxi.vue @@ -109,7 +109,7 @@ const myChartess5 = ref(null) const vh = computed(() => { if (props.parentHeight == 999) { - return '310px' + return `calc((60vh - 150px) / 2 )` } else if (props.parentHeight != 0) { return mainHeight(props.parentHeight, 2).height } @@ -600,7 +600,7 @@ const initWave = ( $(`#${rmsId}`).css('height', picHeight).css('width', vw.value) } } else { - titleText = `变电站名称:${subName.value} 监测点名称:${lineName.value} 发生时刻:${time} 残余电压:${( + titleText = `变电站名称:${subName.value} 监测点名称:${lineName.value} 发生时刻:${time} 暂降(骤升)幅值:${( Number(eventValue.value) * 1 ).toFixed(0)}% 持续时间:${persistTime.value}s` } @@ -837,7 +837,7 @@ const initWave = ( data: rmscu }, { - name: '最小残余电压', + name: '最小暂降(骤升)幅值', type: 'scatter', symbol: 'image://' + url2, itemStyle: { width: 45, height: 45 }, diff --git a/src/components/echarts/shuWorker.js b/src/components/echarts/shuWorker.js index 50c035a..db6937a 100644 --- a/src/components/echarts/shuWorker.js +++ b/src/components/echarts/shuWorker.js @@ -131,7 +131,7 @@ self.addEventListener('message', function (e) { boxoList.measurementPointName + ' 发生时刻:' + boxoList.startTime + - ' 残余电压:' + + ' 暂降(骤升)幅值:' + (boxoList.featureAmplitude * 100).toFixed(2) + '% 持续时间:' + boxoList.duration + @@ -142,7 +142,7 @@ self.addEventListener('message', function (e) { boxoList.equipmentName + ' 发生时刻:' + boxoList.startTime + - ' 残余电压:' + + ' 暂降(骤升)幅值:' + boxoList.evtParamVVaDepth + ' 持续时间:' + boxoList.evtParamTm + @@ -153,7 +153,7 @@ self.addEventListener('message', function (e) { boxoList.lineName + ' 发生时刻:' + boxoList.startTime + - ' 残余电压:' + + ' 暂降(骤升)幅值:' + (boxoList.featureAmplitude * 100).toFixed(2) + '% 持续时间:' + boxoList.persistTime + @@ -166,7 +166,7 @@ self.addEventListener('message', function (e) { boxoList.lineName + ' 发生时刻:' + boxoList.startTime + - ' 残余电压:' + + ' 暂降(骤升)幅值:' + (boxoList.featureAmplitude * 100).toFixed(2) + '% 持续时间:' + boxoList.duration + diff --git a/src/components/echarts/shushiboxi.vue b/src/components/echarts/shushiboxi.vue index 4bf181d..e9061d3 100644 --- a/src/components/echarts/shushiboxi.vue +++ b/src/components/echarts/shushiboxi.vue @@ -88,7 +88,7 @@ const myChartess5 = ref(null) const vh = computed(() => { if (props.parentHeight == 999) { - return '310px' + return `calc((60vh - 150px) / 2 )` } else if (props.parentHeight != 0) { return mainHeight(props.parentHeight, 2).height } @@ -334,7 +334,7 @@ const initWave = ( $(`#${waveId}`).css('height', picHeight).css('width', vw.value) } } else { - titleText = `变电站名称:${subName.value} 监测点名称:${lineName.value} 发生时刻:${time} 残余电压:${( + titleText = `变电站名称:${subName.value} 监测点名称:${lineName.value} 发生时刻:${time} 暂降(骤升)幅值:${( Number(eventValue.value) * 1 ).toFixed(0)}% 持续时间:${persistTime.value}s` } diff --git a/src/components/tree/govern/cloudDeviceEntryTree.vue b/src/components/tree/govern/cloudDeviceEntryTree.vue index f1bb9d3..49f362f 100644 --- a/src/components/tree/govern/cloudDeviceEntryTree.vue +++ b/src/components/tree/govern/cloudDeviceEntryTree.vue @@ -1,5 +1,5 @@