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 @@