From 7a7c584217ba1146b25168a81319532f76a42d0d Mon Sep 17 00:00:00 2001 From: sjl <1716605279@qq.com> Date: Thu, 25 Dec 2025 18:21:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pqs/harmonicMonitoring/area/powerAssessment/index.vue | 1 + .../monitoringPoint/online/wentaishujufenxi/index.vue | 7 ++++++- src/views/pqs/voltageSags/analyse/eventwaveform/index.vue | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/views/pqs/harmonicMonitoring/area/powerAssessment/index.vue b/src/views/pqs/harmonicMonitoring/area/powerAssessment/index.vue index 1d46443d..2182c093 100644 --- a/src/views/pqs/harmonicMonitoring/area/powerAssessment/index.vue +++ b/src/views/pqs/harmonicMonitoring/area/powerAssessment/index.vue @@ -164,6 +164,7 @@ provide('tableStore', tableStore) tableStore.table.params.deptIndex = dictData.state.area[0].id tableStore.table.params.monitorFlag = 2 tableStore.table.params.powerFlag = sign[0]?.algoDescribe || 0 + tableStore.table.params.statisticalType = {} diff --git a/src/views/pqs/harmonicMonitoring/monitoringPoint/online/wentaishujufenxi/index.vue b/src/views/pqs/harmonicMonitoring/monitoringPoint/online/wentaishujufenxi/index.vue index ac57c2c3..fc9ea70d 100644 --- a/src/views/pqs/harmonicMonitoring/monitoringPoint/online/wentaishujufenxi/index.vue +++ b/src/views/pqs/harmonicMonitoring/monitoringPoint/online/wentaishujufenxi/index.vue @@ -1485,13 +1485,16 @@ const getEcharts = () => { fontSize: 14 }, backgroundColor: 'rgba(0,0,0,0.55)', - + formatter: function (params: any) { let tips = '' tips += '时刻:' + params[0].data[0] + '
' for (let i = 0; i < params.length; i++) { + console.log('🚀 ~ file: index.vue ~ line 107 ~ params:', params) if (params[i].seriesName == '暂态触发点') { + tips += '' + console.log('tips', tips) return tips } if (params[i].seriesName == 'A相谐波电流方向') { @@ -1575,6 +1578,8 @@ const getEcharts = () => { ':' + (Number.isNaN(Number(str2)) ? '/' : str2) + '
' + + console.log('其他tips',tips) } } diff --git a/src/views/pqs/voltageSags/analyse/eventwaveform/index.vue b/src/views/pqs/voltageSags/analyse/eventwaveform/index.vue index 028f4521..098b702e 100644 --- a/src/views/pqs/voltageSags/analyse/eventwaveform/index.vue +++ b/src/views/pqs/voltageSags/analyse/eventwaveform/index.vue @@ -256,7 +256,7 @@ const positioningexport = () => { } positioningtableRef.value.exportData({ - filename: '事件分析', // 文件名字 + filename: '事件查看', // 文件名字 sheetName: 'Sheet1', type: 'xlsx', //导出文件类型 xlsx 和 csv useStyle: true,