From e7d90c3a73115f45a856ef5d9de91cc0c3c1c437 Mon Sep 17 00:00:00 2001
From: sjl <1716605279@qq.com>
Date: Sun, 4 Jan 2026 08:39:17 +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
---
.../monitoringPoint/online/wentaizhibiaohegelv/index.vue | 8 ++++----
src/views/pqs/supervise/technology/components/alarm.vue | 2 +-
.../pqs/supervise/technology/components/earlyWarn.vue | 5 +++--
3 files changed, 8 insertions(+), 7 deletions(-)
diff --git a/src/views/pqs/harmonicMonitoring/monitoringPoint/online/wentaizhibiaohegelv/index.vue b/src/views/pqs/harmonicMonitoring/monitoringPoint/online/wentaizhibiaohegelv/index.vue
index 2a44bda1..0b656ef9 100644
--- a/src/views/pqs/harmonicMonitoring/monitoringPoint/online/wentaizhibiaohegelv/index.vue
+++ b/src/views/pqs/harmonicMonitoring/monitoringPoint/online/wentaizhibiaohegelv/index.vue
@@ -231,14 +231,14 @@ const init = () => {
},
backgroundColor: 'rgba(0,0,0,0.55)',
formatter: function (params: any) {
- //console.log(params)
+ console.log(params)
let msg = ''
- msg += params[0].name + '
'
+ msg += params[0].name
for (let i in params) {
if (params[i].data == 3.14159) {
- msg +=params[i].marker + ': 暂无数据
'
+ msg += '(' + params[i].seriesName + ')' + '
' + params[i].marker + ': 暂无数据
'
} else {
- msg += params[i].marker + ': ' + params[i].data + '
'
+ msg += '(' + params[i].seriesName + ')' + '
' + params[i].marker + ': ' + params[i].data + '
'
}
}
return msg
diff --git a/src/views/pqs/supervise/technology/components/alarm.vue b/src/views/pqs/supervise/technology/components/alarm.vue
index a0b77f45..bea281ea 100644
--- a/src/views/pqs/supervise/technology/components/alarm.vue
+++ b/src/views/pqs/supervise/technology/components/alarm.vue
@@ -245,7 +245,7 @@ const tableStore = new TableStore({
// const match = row.filePath.match(/excelreport(\/[^?#]*)/)
// window.open(window.location.origin + '/#/previewFile?' + match[1])
- window.open(window.location.origin + '/#/previewFile?/' + 'row.absFilePath')
+ window.open(window.location.origin + '/#/previewFile?/' + row.absFilePath)
} else {
if (row.problemPath == null) {
ElMessage({
diff --git a/src/views/pqs/supervise/technology/components/earlyWarn.vue b/src/views/pqs/supervise/technology/components/earlyWarn.vue
index ef1f4b12..77651cd3 100644
--- a/src/views/pqs/supervise/technology/components/earlyWarn.vue
+++ b/src/views/pqs/supervise/technology/components/earlyWarn.vue
@@ -178,10 +178,11 @@ const tableStore = new TableStore({
//window.open(row.filePath)
// const match = row.filePath.match(/excelreport(\/[^?#]*)/)
// const decodedPath = decodeURI(match[1]) // 解码URL中的中文字符
- //download('/' + row.absFilePath)
+ download('/' + row.absFilePath)
//download('/supervision/微服务系统测试页面功能-20251224合并版本.docx')
- download('/onlineReport/电能[预]2025年18号-张家口地市 电能质量技术监督预警单.docx')
+
+ //download('/onlineReport/电能[预]2025年18号-张家口地市 电能质量技术监督预警单.docx')
}
},