From 02caca969e456dba1dd8d394cf55c37112ee06f0 Mon Sep 17 00:00:00 2001 From: guanj Date: Thu, 9 Jul 2026 10:33:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=94=A8=E6=88=B7=E6=80=A7?= =?UTF-8?q?=E8=B4=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../terminal/components/deviceLedgerTable.vue | 1 + .../components/monitorLedgerTable.vue | 32 ++++++++++--------- 2 files changed, 18 insertions(+), 15 deletions(-) diff --git a/src/views/pqs/supervise/terminal/components/deviceLedgerTable.vue b/src/views/pqs/supervise/terminal/components/deviceLedgerTable.vue index c21cb0c2..6239700a 100644 --- a/src/views/pqs/supervise/terminal/components/deviceLedgerTable.vue +++ b/src/views/pqs/supervise/terminal/components/deviceLedgerTable.vue @@ -90,6 +90,7 @@ const tableStore = new TableStore({ { field: 'devType', title: '终端型号', minWidth: 100 }, { field: 'ip', title: '终端网络参数', width: '120px' }, + { field: 'powerFlag', title: '用户性质', width: '120px' }, { field: 'port', title: '端口号', minWidth: 70 }, { field: 'comFlag', diff --git a/src/views/pqs/supervise/terminal/components/monitorLedgerTable.vue b/src/views/pqs/supervise/terminal/components/monitorLedgerTable.vue index 1092879b..fd5ca88c 100644 --- a/src/views/pqs/supervise/terminal/components/monitorLedgerTable.vue +++ b/src/views/pqs/supervise/terminal/components/monitorLedgerTable.vue @@ -150,21 +150,8 @@ const tableStore = new TableStore({ return row.cellValue ? row.cellValue : '/' } }, - { - field: 'shortCapacity', - title: '最小短路容量(MVA)', - minWidth: 150 - }, - { - field: 'devCapacity', - title: '供电设备容量(MVA )', - minWidth: 160 - }, - { - field: 'dealCapacity', - title: '用户协议容量(MVA)', - minWidth: 150 - }, + { field: 'powerFlag', title: '用户性质', width: '120px' }, + /* { field: 'comFlag', title: '通讯状态 ', minWidth: 120 },*/ { field: 'id', title: '监测点序号', minWidth: 90 }, { @@ -182,6 +169,21 @@ const tableStore = new TableStore({ }, { field: 'devName', title: '监测终端编号 ', minWidth: 140 }, { field: 'ptType', title: '监测终端接线方式', minWidth: 140 }, + { + field: 'shortCapacity', + title: '最小短路容量(MVA)', + minWidth: 150 + }, + { + field: 'devCapacity', + title: '供电设备容量(MVA )', + minWidth: 160 + }, + { + field: 'dealCapacity', + title: '用户协议容量(MVA)', + minWidth: 150 + }, { field: 'voltageDev', title: '电压偏差上限(%)',