From 490b52b525f3b2795be3375c9dd821f0e60da143 Mon Sep 17 00:00:00 2001 From: guanj Date: Tue, 23 Jun 2026 11:33:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=A1=B9=E7=9B=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/cockpit/F47Curve/index.vue | 2 +- src/components/cockpit/ITICurve/index.vue | 2 +- .../admin/components/popup/adminInfo.vue | 12 ++--- .../admin/components/popup/password.vue | 6 +-- src/styles/vxeTable.css | 2 +- src/styles/vxeTable.min.css | 2 +- src/styles/vxeTable.scss | 2 +- .../govern/alarm/eventStatistics/F47.vue | 2 +- .../govern/alarm/eventStatistics/ITIC.vue | 2 +- src/views/govern/alarm/multiCondition.vue | 6 +-- src/views/govern/analyze/APF/APF.vue | 8 +-- .../analyze/steadyState/components/chart.vue | 8 +-- .../components/monitoring.vue | 23 +++++--- .../supplementaryRecruitment/history.vue | 14 ++--- .../govern/device/control/tabs/realtime.vue | 4 +- .../govern/manage/basic/popupDictionary.vue | 54 +++++++++---------- .../govern/manage/basic/popupVersion.vue | 18 +++---- src/views/govern/manage/factory.vue | 21 ++++---- src/views/govern/manage/gplot/popupEdit.vue | 4 +- .../manage/programVersion/comp/upgrade.vue | 4 +- .../mxgraph/graphList/components/popup.vue | 10 ++-- src/views/govern/reportForms/form.vue | 10 ++-- .../govern/setting/frontManagement/index.vue | 16 +++--- .../govern/terminal/deviceLedger/index.vue | 14 ++--- .../govern/terminal/deviceMonitor/index.vue | 14 ++--- .../dictionary/list/popupDetailEdit.vue | 12 ++--- .../setting/dictionary/tree/popupForm.vue | 8 +-- .../setting/dictionary/version/index.vue | 14 ++--- src/views/system/reportForms/form.vue | 8 +-- src/views/user/popupUpdatePwd.vue | 4 +- 30 files changed, 159 insertions(+), 147 deletions(-) diff --git a/src/components/cockpit/F47Curve/index.vue b/src/components/cockpit/F47Curve/index.vue index d8eee6d..d0268b0 100644 --- a/src/components/cockpit/F47Curve/index.vue +++ b/src/components/cockpit/F47Curve/index.vue @@ -456,7 +456,7 @@ const handleTolerableEventClick = async (row: any) => { featureAmplitude: (row.value[1] / 100), //残余电压 startTime: row.value[2], //时间 lineName: row.value[4], //监测点名称 - engineeringName: row.value[5], + engineeringName: row.value[6], } boxoList.value.systemType = 'YPT' wp.value = res.data diff --git a/src/components/cockpit/ITICurve/index.vue b/src/components/cockpit/ITICurve/index.vue index fec39cb..ae1c84c 100644 --- a/src/components/cockpit/ITICurve/index.vue +++ b/src/components/cockpit/ITICurve/index.vue @@ -388,7 +388,7 @@ const handleTolerableEventClick = async (row: any) => { featureAmplitude: (row.value[1] / 100), //残余电压 startTime: row.value[2], //时间 lineName: row.value[4], //监测点名称 - engineeringName: row.value[5], + engineeringName: row.value[6], } boxoList.value.systemType = 'YPT' wp.value = res.data diff --git a/src/layouts/admin/components/popup/adminInfo.vue b/src/layouts/admin/components/popup/adminInfo.vue index c6a1caa..e6dc79a 100644 --- a/src/layouts/admin/components/popup/adminInfo.vue +++ b/src/layouts/admin/components/popup/adminInfo.vue @@ -2,22 +2,22 @@ - + - + - - + - + - + diff --git a/src/layouts/admin/components/popup/password.vue b/src/layouts/admin/components/popup/password.vue index 8a1c40b..888b6e4 100644 --- a/src/layouts/admin/components/popup/password.vue +++ b/src/layouts/admin/components/popup/password.vue @@ -2,13 +2,13 @@ - + - + - + { featureAmplitude: row.value[1] / 100, startTime: row.value[2], lineName: row.value[4], - engineeringName: row.value[5], + engineeringName: row.value[6], systemType: 'YPT' } wp.value = res.data diff --git a/src/views/govern/alarm/eventStatistics/ITIC.vue b/src/views/govern/alarm/eventStatistics/ITIC.vue index af80e42..13cfabe 100644 --- a/src/views/govern/alarm/eventStatistics/ITIC.vue +++ b/src/views/govern/alarm/eventStatistics/ITIC.vue @@ -307,7 +307,7 @@ const handleTolerableEventClick = async (row: any) => { featureAmplitude: row.value[1] / 100, startTime: row.value[2], lineName: row.value[4], - engineeringName: row.value[5], + engineeringName: row.value[6], systemType: 'YPT' } diff --git a/src/views/govern/alarm/multiCondition.vue b/src/views/govern/alarm/multiCondition.vue index 79f8ced..40ed75d 100644 --- a/src/views/govern/alarm/multiCondition.vue +++ b/src/views/govern/alarm/multiCondition.vue @@ -1,6 +1,6 @@