From e9a462f73669018800ca0bf1a012c45cfadece47 Mon Sep 17 00:00:00 2001 From: chendaofei <857448963@qq.com> Date: Fri, 25 Apr 2025 09:18:50 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A8=E6=A0=BC=E5=AE=BD=E5=BA=A6=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pqs/harmonicMonitoring/area/SteadyState/index.vue | 3 ++- .../area/TransientEventList/index.vue | 10 +++++----- .../harmonicMonitoring/area/getIntegrityData/index.vue | 3 ++- .../pqs/harmonicMonitoring/area/onlinerate/index.vue | 5 +++-- .../harmonicMonitoring/area/qualifiedRate/index.vue | 6 +++--- .../area/terminalonlinerate/index.vue | 2 +- .../detailed/regionalStatistics/index.vue | 2 +- .../embed/lntegruty/components/table.vue | 2 +- .../embed/onlinerate/components/table.vue | 2 +- 9 files changed, 19 insertions(+), 16 deletions(-) diff --git a/src/views/pqs/harmonicMonitoring/area/SteadyState/index.vue b/src/views/pqs/harmonicMonitoring/area/SteadyState/index.vue index fe4227ba..76f40002 100644 --- a/src/views/pqs/harmonicMonitoring/area/SteadyState/index.vue +++ b/src/views/pqs/harmonicMonitoring/area/SteadyState/index.vue @@ -108,7 +108,8 @@ const tableStore = new TableStore({ title: '', field: 'name', align: 'left', - treeNode: true + treeNode: true, + minWidth:'150' }, { title: '电压等级', diff --git a/src/views/pqs/harmonicMonitoring/area/TransientEventList/index.vue b/src/views/pqs/harmonicMonitoring/area/TransientEventList/index.vue index 4337af73..577c586e 100644 --- a/src/views/pqs/harmonicMonitoring/area/TransientEventList/index.vue +++ b/src/views/pqs/harmonicMonitoring/area/TransientEventList/index.vue @@ -110,16 +110,16 @@ const tableStore = new TableStore({ { field: 'index', title: '序号', - width: '80', + width: '60', formatter: (row: any) => { return (tableStore.table.params.pageNum - 1) * tableStore.table.params.pageSize + row.rowIndex + 1 } }, - { field: 'startTime', title: '暂降发生时刻', minWidth: '150' }, - { field: 'lineName', title: '监测点名称', minWidth: '90' }, - { field: 'gdName', title: '供电公司', minWidth: '90' }, + { field: 'startTime', title: '暂降发生时刻', minWidth: '180' }, + { field: 'lineName', title: '监测点名称', minWidth: '180' }, + { field: 'gdName', title: '供电公司', minWidth: '120' }, { field: 'subName', title: '变电站', minWidth: '150' }, - { field: 'ip', title: '网络参数', minWidth: '90' }, + { field: 'ip', title: '网络参数', minWidth: '110' }, { field: 'scale', title: '电压等级', minWidth: '90' }, { field: 'advanceType', diff --git a/src/views/pqs/harmonicMonitoring/area/getIntegrityData/index.vue b/src/views/pqs/harmonicMonitoring/area/getIntegrityData/index.vue index d2645570..4333ade2 100644 --- a/src/views/pqs/harmonicMonitoring/area/getIntegrityData/index.vue +++ b/src/views/pqs/harmonicMonitoring/area/getIntegrityData/index.vue @@ -195,7 +195,8 @@ const tableStore = new TableStore({ title: formData.value.statisticalType.name, field: 'name', align: 'left', - treeNode: true + treeNode: true, + minWidth: '150', }, { title: '网络参数', diff --git a/src/views/pqs/harmonicMonitoring/area/onlinerate/index.vue b/src/views/pqs/harmonicMonitoring/area/onlinerate/index.vue index a83fc2e0..2ef96e86 100644 --- a/src/views/pqs/harmonicMonitoring/area/onlinerate/index.vue +++ b/src/views/pqs/harmonicMonitoring/area/onlinerate/index.vue @@ -189,10 +189,11 @@ const tableStore = new TableStore({ method: 'POST', column: [ { - title: '名称', + title: '电网拓扑', field: 'name', align: 'left', - treeNode: true + treeNode: true, + minWidth: '150', }, { title: '网络参数', diff --git a/src/views/pqs/harmonicMonitoring/area/qualifiedRate/index.vue b/src/views/pqs/harmonicMonitoring/area/qualifiedRate/index.vue index 7b335b41..6f35f8e6 100644 --- a/src/views/pqs/harmonicMonitoring/area/qualifiedRate/index.vue +++ b/src/views/pqs/harmonicMonitoring/area/qualifiedRate/index.vue @@ -37,11 +37,11 @@
- + - + @@ -104,7 +104,7 @@ const tableStore = new TableStore({ url: '/harmonic-boot/steadyQualify/getSteadyQualifyData', method: 'POST', column: [ - { title: '', field: 'name', align: 'left', treeNode: true,width: 200, }, + { title: '', field: 'name', align: 'left', treeNode: true,minWidth: '180', }, { title: '电压等级', field: 'voltageLevel', align: 'center', formatter: function (row) { return row.cellValue ? row.cellValue : '/' } }, { title: '网络参数', field: 'networkParam', align: 'center', formatter: function (row) { return row.cellValue ? row.cellValue : '/' } }, { title: '监测点名称', field: 'lineName', align: 'center', formatter: function (row) { return row.cellValue ? row.cellValue : '/' } }, diff --git a/src/views/pqs/harmonicMonitoring/area/terminalonlinerate/index.vue b/src/views/pqs/harmonicMonitoring/area/terminalonlinerate/index.vue index e8e54ba5..54ef5f98 100644 --- a/src/views/pqs/harmonicMonitoring/area/terminalonlinerate/index.vue +++ b/src/views/pqs/harmonicMonitoring/area/terminalonlinerate/index.vue @@ -264,7 +264,7 @@ const tableStore = new TableStore({ title: formData.value.statisticalType.name, field: 'name', align: 'left', - minWidth: '200px', + minWidth: '40', treeNode: true }, { diff --git a/src/views/pqs/harmonicMonitoring/detailed/regionalStatistics/index.vue b/src/views/pqs/harmonicMonitoring/detailed/regionalStatistics/index.vue index 818f4f4e..42aed9b7 100644 --- a/src/views/pqs/harmonicMonitoring/detailed/regionalStatistics/index.vue +++ b/src/views/pqs/harmonicMonitoring/detailed/regionalStatistics/index.vue @@ -63,7 +63,7 @@ const tableStore = new TableStore({ isWebPaging: true, column: [ { field: 'index', title: '序号', width: '80', formatter: (row: any) => { return (tableStore.table.params.pageNum - 1) * tableStore.table.params.pageSize + row.rowIndex + 1 } }, - { field: 'name', title: '电网拓扑', minWidth: "180px", }, + { field: 'name', title: '电网拓扑', minWidth: '150', }, { field: 'onlineMonitorNumber', title: '在线监测点数量(个)', minWidth: "200px", formatter: (row: any) => { return row.cellValue == -1 ? '/' : row.cellValue } }, { field: 'overLimitMonitorNumber', title: '超标监测点数量(个)', minWidth: "200px", formatter: (row: any) => { return row.cellValue == -1 ? '/' : row.cellValue } }, { field: 'overBiLi', title: '超标监测点占比(个)', minWidth: "200px", formatter: (row: any) => { return row.cellValue == -1 ? '/' : row.cellValue } }, diff --git a/src/views/pqs/harmonicMonitoring/embed/lntegruty/components/table.vue b/src/views/pqs/harmonicMonitoring/embed/lntegruty/components/table.vue index 7b5d6f4f..112e9cb1 100644 --- a/src/views/pqs/harmonicMonitoring/embed/lntegruty/components/table.vue +++ b/src/views/pqs/harmonicMonitoring/embed/lntegruty/components/table.vue @@ -71,7 +71,7 @@ const tableStore = new TableStore({ method: 'POST', column: [ // { width: '60', title: '111', }, - { field: 'name', title: '电网拓扑', minWidth: '180px', type: 'radio', align: 'left', treeNode: true }, + { field: 'name', title: '电网拓扑', width: '150', type: 'radio', align: 'left', treeNode: true }, { field: 'ip', title: '网络参数', diff --git a/src/views/pqs/harmonicMonitoring/embed/onlinerate/components/table.vue b/src/views/pqs/harmonicMonitoring/embed/onlinerate/components/table.vue index c9688060..196a3382 100644 --- a/src/views/pqs/harmonicMonitoring/embed/onlinerate/components/table.vue +++ b/src/views/pqs/harmonicMonitoring/embed/onlinerate/components/table.vue @@ -62,7 +62,7 @@ const tableStore = new TableStore({ showPage: false, method: 'POST', column: [ - { field: 'name', title: '电网拓扑', minWidth: '180px', align: 'left', treeNode: true }, + { field: 'name', title: '电网拓扑', minWidth: '150', align: 'left', treeNode: true }, { field: 'ip', title: '网络参数',