From cafdae77cdbe6a14650952a8efa6bf90804d5828 Mon Sep 17 00:00:00 2001
From: zhujiyan <17812234322@163.com>
Date: Mon, 20 May 2024 16:05:23 +0800
Subject: [PATCH] =?UTF-8?q?=E5=88=97=E8=A1=A8=E5=B1=95=E7=A4=BA=E5=AD=97?=
=?UTF-8?q?=E6=AE=B5=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../components/monitorpoint/index.vue | 2 +-
.../components/terminainal/detail.vue | 4 +---
.../terminalNetworkDetection/components/terminainal/index.vue | 4 ++--
3 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/src/views/pqs/supervise/terminalNetworkDetection/components/monitorpoint/index.vue b/src/views/pqs/supervise/terminalNetworkDetection/components/monitorpoint/index.vue
index 2b8dfc00..130dee94 100644
--- a/src/views/pqs/supervise/terminalNetworkDetection/components/monitorpoint/index.vue
+++ b/src/views/pqs/supervise/terminalNetworkDetection/components/monitorpoint/index.vue
@@ -72,7 +72,7 @@ const tableStore = new TableStore({
}
},
{ field: 'monitoringTerminalName', title: '设备名称', minWidth: 170 },
- { field: 'substation', title: '所属变电站', minWidth: 170 },
+ // { field: 'substation', title: '所属变电站', minWidth: 170 },
// {
// field: 'userType',
// title: '用户性质',
diff --git a/src/views/pqs/supervise/terminalNetworkDetection/components/terminainal/detail.vue b/src/views/pqs/supervise/terminalNetworkDetection/components/terminainal/detail.vue
index 1318566c..bca4a268 100644
--- a/src/views/pqs/supervise/terminalNetworkDetection/components/terminainal/detail.vue
+++ b/src/views/pqs/supervise/terminalNetworkDetection/components/terminainal/detail.vue
@@ -34,9 +34,7 @@
{{
- areaOptionList.find(item => {
- return item.id == detailData.supervisionTempDeviceReport?.powerCompany
- })?.name
+ detailData.supervisionTempDeviceReport?.powerCompany
}}
diff --git a/src/views/pqs/supervise/terminalNetworkDetection/components/terminainal/index.vue b/src/views/pqs/supervise/terminalNetworkDetection/components/terminainal/index.vue
index f9e620f0..07a1a32f 100644
--- a/src/views/pqs/supervise/terminalNetworkDetection/components/terminainal/index.vue
+++ b/src/views/pqs/supervise/terminalNetworkDetection/components/terminainal/index.vue
@@ -71,8 +71,8 @@ const tableStore = new TableStore({
4: '已取消'
}
},
- { field: 'monitoringTerminalName', title: '设备名称', minWidth: 170 },
- { field: 'substation', title: '所属变电站', minWidth: 170 },
+ // { field: 'monitoringTerminalName', title: '设备名称', minWidth: 170 },
+ // { field: 'substation', title: '所属变电站', minWidth: 170 },
// {
// field: 'userType',
// title: '用户性质',