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 => {