From 3a4b3edae5fd9a0339913151c48382b07065f6b6 Mon Sep 17 00:00:00 2001 From: zhujiyan <17812234322@163.com> Date: Wed, 22 May 2024 16:22:22 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=91=E6=B5=8B=E7=82=B9=E8=81=94=E8=B0=83?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E5=B1=95=E7=A4=BA/=E8=AF=A6=E6=83=85?= =?UTF-8?q?=E5=B1=95=E7=A4=BA=E6=B7=BB=E5=8A=A0=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/jointDebugList/detail.vue | 12 ++++++++++++ .../components/jointDebugList/index.vue | 6 +++++- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/src/views/pqs/supervise/terminalNetworkDetection/components/jointDebugList/detail.vue b/src/views/pqs/supervise/terminalNetworkDetection/components/jointDebugList/detail.vue index b527d408..dbff8b1a 100644 --- a/src/views/pqs/supervise/terminalNetworkDetection/components/jointDebugList/detail.vue +++ b/src/views/pqs/supervise/terminalNetworkDetection/components/jointDebugList/detail.vue @@ -7,6 +7,18 @@ {{ detailData.reason}} + + {{ detailData.lineId }} + + + {{ detailData.monitoringTerminalCode }} + + + {{ detailData.monitoringTerminalName}} + + + {{ detailData.powerSubstationName }} + diff --git a/src/views/pqs/supervise/terminalNetworkDetection/components/jointDebugList/index.vue b/src/views/pqs/supervise/terminalNetworkDetection/components/jointDebugList/index.vue index c8dbc8f5..ea5f9f00 100644 --- a/src/views/pqs/supervise/terminalNetworkDetection/components/jointDebugList/index.vue +++ b/src/views/pqs/supervise/terminalNetworkDetection/components/jointDebugList/index.vue @@ -71,6 +71,10 @@ const tableStore = new TableStore({ } }, { field: 'reason', title: '调试原因', minWidth: 170 }, + { field: 'lineId', title: '监测点编号', minWidth: 170 }, + { field: 'monitoringTerminalCode', title: '监测终端编码', minWidth: 170 }, + { field: 'monitoringTerminalName', title: '监测终端名称', minWidth: 170 }, + { field: 'powerSubstationName', title: '电网侧变电站', minWidth: 170 }, { title: '操作', minWidth: 150, @@ -93,7 +97,7 @@ const tableStore = new TableStore({ { name: 'productSetting', title: '申请联调', - type: 'success', + type: 'primary', icon: 'el-icon-add', render: 'basicButton', click: row => {