From 3f1af5e4cc477de623ce979848db3d54bddda993 Mon Sep 17 00:00:00 2001 From: guanj Date: Wed, 8 Jul 2026 16:08:02 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=91=E6=B5=8B=E7=82=B9=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=BB=88=E7=AB=AF=E5=9E=8B=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../tree/details/monitoringPointDetails.vue | 32 ++++++++++++------- 1 file changed, 21 insertions(+), 11 deletions(-) diff --git a/src/components/tree/details/monitoringPointDetails.vue b/src/components/tree/details/monitoringPointDetails.vue index 5e07f72b..7547ecb1 100644 --- a/src/components/tree/details/monitoringPointDetails.vue +++ b/src/components/tree/details/monitoringPointDetails.vue @@ -12,33 +12,40 @@ {{ details.bdName }} - - {{ details.scale }} + + {{ details.lineName }} + + {{ details.objName }} + + + {{ details.id }} + + {{ details.manufacturer }} {{ details.devName }} + + {{ typeArr.find(item => item.id == details.devType)?.name }} + + + {{ details.scale }} + {{ details.ip }} - - {{ details.lineName }} - - - {{ details.id }} - + {{ details.comFlag }} + {{ details.loadType }} - - {{ details.objName }} - + {{ details.ptType }} @@ -174,11 +181,14 @@