diff --git a/src/components/cockpit/gridSideStatistics/index.vue b/src/components/cockpit/gridSideStatistics/index.vue index 53c0c26..44b5b00 100644 --- a/src/components/cockpit/gridSideStatistics/index.vue +++ b/src/components/cockpit/gridSideStatistics/index.vue @@ -129,11 +129,11 @@ const tableStore: any = new TableStore({ { title: '监测点名称', field: 'lineName', - minWidth: 120 + minWidth: 150 }, - { title: '设备名称', field: 'devName', minWidth: 130, align: 'center', }, - { title: '项目名称', field: 'projectName', minWidth: 130, align: 'center' }, - { title: '工程名称', field: 'engineeringName', minWidth: 130, align: 'center' }, + { title: '设备名称', field: 'devName', minWidth: 150, align: 'center', }, + { title: '项目名称', field: 'projectName', minWidth: 150, align: 'center' }, + { title: '工程名称', field: 'engineeringName', minWidth: 150, align: 'center' }, { title: '越限占比(%)', children: [ diff --git a/src/components/cockpit/indicatorFittingChart/components/overLimitDetails.vue b/src/components/cockpit/indicatorFittingChart/components/overLimitDetails.vue index 697965d..440c836 100644 --- a/src/components/cockpit/indicatorFittingChart/components/overLimitDetails.vue +++ b/src/components/cockpit/indicatorFittingChart/components/overLimitDetails.vue @@ -83,7 +83,7 @@ const tableStore: any = new TableStore({ { title: '监测点名称', field: 'lineName', - width: '120' + width: '150' }, { title: '长时闪变越限(分钟)', diff --git a/src/components/cockpit/indicatorFittingChart/index.vue b/src/components/cockpit/indicatorFittingChart/index.vue index ae01e8e..9f521e8 100644 --- a/src/components/cockpit/indicatorFittingChart/index.vue +++ b/src/components/cockpit/indicatorFittingChart/index.vue @@ -83,13 +83,13 @@ const tableStore: any = new TableStore({ { title: '监测点名称', field: 'lineName', - minWidth: 120, + minWidth: 150, }, - { title: '设备名称', field: 'devName', minWidth: 130, align: 'center' }, - { title: '项目名称', field: 'projectName', minWidth: 130, align: 'center' }, - { title: '工程名称', field: 'engineeringName', minWidth: 130, align: 'center' }, + { title: '设备名称', field: 'devName', minWidth: 150, align: 'center' }, + { title: '项目名称', field: 'projectName', minWidth: 150, align: 'center' }, + { title: '工程名称', field: 'engineeringName', minWidth: 150, align: 'center' }, { title: '监测对象类型', field: 'objType', diff --git a/src/components/cockpit/monitoringPointList/index.vue b/src/components/cockpit/monitoringPointList/index.vue index 85b10d9..0531726 100644 --- a/src/components/cockpit/monitoringPointList/index.vue +++ b/src/components/cockpit/monitoringPointList/index.vue @@ -107,15 +107,15 @@ const tableStore: any = new TableStore({ { title: '监测点名称', field: 'lineName', - minWidth: 120, + minWidth: 150, render: 'customTemplate', customTemplate: (row: any) => { return `${row.lineName}` } }, - { title: '设备名称', field: 'devName', minWidth: 130, align: 'center' }, - { title: '项目名称', field: 'projectName', minWidth: 130, align: 'center' }, - { title: '工程名称', field: 'engineeringName', minWidth: 130, align: 'center' }, + { title: '设备名称', field: 'devName', minWidth: 150, align: 'center' }, + { title: '项目名称', field: 'projectName', minWidth: 150, align: 'center' }, + { title: '工程名称', field: 'engineeringName', minWidth: 150, align: 'center' }, // { // title: '监测类型', // field: 'position', diff --git a/src/components/cockpit/overLimitStatistics/index.vue b/src/components/cockpit/overLimitStatistics/index.vue index e1ab240..e3604d3 100644 --- a/src/components/cockpit/overLimitStatistics/index.vue +++ b/src/components/cockpit/overLimitStatistics/index.vue @@ -144,11 +144,11 @@ const tableStore: any = new TableStore({ { title: '监测点名称', field: 'lineName', - minWidth: 120 + minWidth: 150 }, - { title: '设备名称', field: 'devName', minWidth: 130, align: 'center' }, - { title: '项目名称', field: 'projectName', minWidth: 130, align: 'center' }, - { title: '工程名称', field: 'engineeringName', minWidth: 130, align: 'center' }, + { title: '设备名称', field: 'devName', minWidth: 150, align: 'center' }, + { title: '项目名称', field: 'projectName', minWidth: 150, align: 'center' }, + { title: '工程名称', field: 'engineeringName', minWidth: 150, align: 'center' }, { title: '越限占比(%)', children: [ diff --git a/src/components/cockpit/transientDetails/components/transientList.vue b/src/components/cockpit/transientDetails/components/transientList.vue index 5eda8f8..ccf2c4d 100644 --- a/src/components/cockpit/transientDetails/components/transientList.vue +++ b/src/components/cockpit/transientDetails/components/transientList.vue @@ -95,11 +95,11 @@ const tableStore: any = new TableStore({ align: 'center', formatter: (row: any) => EventTypeList.find((item: any) => item.id == row.cellValue)?.name || '其他' }, - { title: '监测点名称', field: 'lineName', minWidth: 130, align: 'center' }, + { title: '监测点名称', field: 'lineName', minWidth: 150, align: 'center' }, { title: '电压等级(kV)', field: 'lineVoltage', minWidth: 120, align: 'center', sortable: true }, - { title: '设备名称', field: 'equipmentName', minWidth: 130, align: 'center' }, - { title: '项目名称', field: 'projectName', minWidth: 130, align: 'center' }, - { title: '工程名称', field: 'engineeringName', minWidth: 130, align: 'center' }, + { title: '设备名称', field: 'equipmentName', minWidth: 150, align: 'center' }, + { title: '项目名称', field: 'projectName', minWidth: 150, align: 'center' }, + { title: '工程名称', field: 'engineeringName', minWidth: 150, align: 'center' }, { title: '发生位置', field: 'sagSource', diff --git a/src/components/cockpit/transientStatistics/index.vue b/src/components/cockpit/transientStatistics/index.vue index f078178..05ff19e 100644 --- a/src/components/cockpit/transientStatistics/index.vue +++ b/src/components/cockpit/transientStatistics/index.vue @@ -166,20 +166,20 @@ const tableStore: any = new TableStore({ { title: '监测点名称', field: 'name', - minWidth: 120 + minWidth: 150 }, { - title: '设备名称', field: 'devName', minWidth: 130, align: 'center', formatter: (row: any) => { + title: '设备名称', field: 'devName', minWidth: 150, align: 'center', formatter: (row: any) => { return row.cellValue || '/' } }, { - title: '项目名称', field: 'projectName', minWidth: 130, align: 'center', formatter: (row: any) => { + title: '项目名称', field: 'projectName', minWidth: 150, align: 'center', formatter: (row: any) => { return row.cellValue || '/' } }, { - title: '工程名称', field: 'engineeringName', minWidth: 130, align: 'center', formatter: (row: any) => { + title: '工程名称', field: 'engineeringName', minWidth: 150, align: 'center', formatter: (row: any) => { return row.cellValue || '/' } }, diff --git a/src/views/govern/alarm/Device.vue b/src/views/govern/alarm/Device.vue index 545cab0..fa36cc0 100644 --- a/src/views/govern/alarm/Device.vue +++ b/src/views/govern/alarm/Device.vue @@ -100,13 +100,13 @@ const tableStore = new TableStore({ }, { title: '发生时刻', field: 'startTime', align: 'center', minWidth: 180, sortable: true }, { - title: '监测点名称', field: 'lineName', minWidth: 130, align: 'center', formatter: (row: any) => { + title: '监测点名称', field: 'lineName', minWidth: 150, align: 'center', formatter: (row: any) => { return row.cellValue ? row.cellValue : '/' } }, - { title: '设备名称', field: 'equipmentName', align: 'center', minWidth: 130 }, - { title: '项目名称', field: 'projectName', align: 'center', minWidth: 130 }, - { title: '工程名称', field: 'engineeringName', align: 'center', minWidth: 130 }, + { title: '设备名称', field: 'equipmentName', align: 'center', minWidth: 150 }, + { title: '项目名称', field: 'projectName', align: 'center', minWidth: 150 }, + { title: '工程名称', field: 'engineeringName', align: 'center', minWidth: 150 }, // { title: '监测点名称', field: 'lineName', align: 'center', minWidth: 120 }, diff --git a/src/views/govern/alarm/Steady.vue b/src/views/govern/alarm/Steady.vue index 993c850..96ea5c2 100644 --- a/src/views/govern/alarm/Steady.vue +++ b/src/views/govern/alarm/Steady.vue @@ -80,12 +80,12 @@ const tableStore = new TableStore({ } }, { title: '发生时刻', field: 'startTime', align: 'center', sortable: true, minWidth: 180, }, - { title: '监测点名称', field: 'lineName', align: 'center', minWidth: 120,formatter: (row: any) => { + { title: '监测点名称', field: 'lineName', align: 'center', minWidth: 150,formatter: (row: any) => { return row.cellValue ? row.cellValue : '/' } }, - { title: '设备名称', field: 'equipmentName', align: 'center', minWidth: 120, }, - { title: '项目名称', field: 'projectName', align: 'center', minWidth: 120, }, - { title: '工程名称', field: 'engineeringName', align: 'center', minWidth: 120, }, + { title: '设备名称', field: 'equipmentName', align: 'center', minWidth: 150, }, + { title: '项目名称', field: 'projectName', align: 'center', minWidth: 150, }, + { title: '工程名称', field: 'engineeringName', align: 'center', minWidth: 150, }, { title: '事件描述', field: 'showName', align: 'center', minWidth: 250, } diff --git a/src/views/govern/alarm/Transient.vue b/src/views/govern/alarm/Transient.vue index 67cbb55..bff7d2a 100644 --- a/src/views/govern/alarm/Transient.vue +++ b/src/views/govern/alarm/Transient.vue @@ -102,11 +102,11 @@ const tableStore = new TableStore({ return EventTypeList.find((item: any) => item.id == row.cellValue)?.name || '其他' } }, - { title: '监测点名称', field: 'lineName', minWidth: 130, align: 'center' }, + { title: '监测点名称', field: 'lineName', minWidth: 150, align: 'center' }, { title: '电压等级(kV)', field: 'lineVoltage', minWidth: 120, align: 'center', sortable: true, }, - { title: '设备名称', field: 'equipmentName', minWidth: 130, align: 'center' }, - { title: '项目名称', field: 'projectName', minWidth: 130, align: 'center' }, - { title: '工程名称', field: 'engineeringName', minWidth: 130, align: 'center' }, + { title: '设备名称', field: 'equipmentName', minWidth: 150, align: 'center' }, + { title: '项目名称', field: 'projectName', minWidth: 150, align: 'center' }, + { title: '工程名称', field: 'engineeringName', minWidth: 150, align: 'center' }, { title: '发生位置', field: 'sagSource', minWidth: 120, align: 'center', formatter: (row: any) => { return row.cellValue == 1 ? '上游' : row.cellValue == 2 ? '下游' : '未知' diff --git a/src/views/govern/alarm/steadyStateEvent/index.vue b/src/views/govern/alarm/steadyStateEvent/index.vue index d928766..f3f166c 100644 --- a/src/views/govern/alarm/steadyStateEvent/index.vue +++ b/src/views/govern/alarm/steadyStateEvent/index.vue @@ -125,13 +125,13 @@