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: '电压偏差上限(%)',