From 269d941828450d77daf8813c77925a7330152e3f Mon Sep 17 00:00:00 2001 From: guanj Date: Tue, 21 Oct 2025 16:11:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=A1=A8=E6=A0=BC=E9=AB=98?= =?UTF-8?q?=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/cockpit/exceedanceLevel/index.vue | 2 +- src/components/cockpit/gridSideStatistics/index.vue | 2 +- src/components/cockpit/indicatorFittingChart/index.vue | 2 +- .../components/overLimitDetails.vue | 2 +- src/components/cockpit/monitoringPointList/index.vue | 2 +- src/components/cockpit/overLimitStatistics/index.vue | 2 +- src/components/cockpit/sensitiveLoad/index.vue | 2 +- src/components/cockpit/transientStatistics/index.vue | 2 +- src/views/pqs/cockpit/realTimeData/index.vue | 6 +++--- 9 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/components/cockpit/exceedanceLevel/index.vue b/src/components/cockpit/exceedanceLevel/index.vue index ee906a3..cb231be 100644 --- a/src/components/cockpit/exceedanceLevel/index.vue +++ b/src/components/cockpit/exceedanceLevel/index.vue @@ -77,7 +77,7 @@ const tableStore: any = new TableStore({ { field: 'index', title: '序号', - width: '60', + width: '80', formatter: (row: any) => { return (tableStore.table.params.pageNum - 1) * tableStore.table.params.pageSize + row.rowIndex + 1 } diff --git a/src/components/cockpit/gridSideStatistics/index.vue b/src/components/cockpit/gridSideStatistics/index.vue index e63aab9..a221e71 100644 --- a/src/components/cockpit/gridSideStatistics/index.vue +++ b/src/components/cockpit/gridSideStatistics/index.vue @@ -78,7 +78,7 @@ const tableStore: any = new TableStore({ { field: 'index', title: '序号', - width: '60', + width: '80', formatter: (row: any) => { return (tableStore.table.params.pageNum - 1) * tableStore.table.params.pageSize + row.rowIndex + 1 } diff --git a/src/components/cockpit/indicatorFittingChart/index.vue b/src/components/cockpit/indicatorFittingChart/index.vue index b6ef300..225bd18 100644 --- a/src/components/cockpit/indicatorFittingChart/index.vue +++ b/src/components/cockpit/indicatorFittingChart/index.vue @@ -41,7 +41,7 @@ const tableStore: any = new TableStore({ { field: 'index', title: '序号', - width: '60', + width: '80', formatter: (row: any) => { return (tableStore.table.params.pageNum - 1) * tableStore.table.params.pageSize + row.rowIndex + 1 } diff --git a/src/components/cockpit/listOfMainMonitoringPoints/components/overLimitDetails.vue b/src/components/cockpit/listOfMainMonitoringPoints/components/overLimitDetails.vue index 4cf1154..1bd7711 100644 --- a/src/components/cockpit/listOfMainMonitoringPoints/components/overLimitDetails.vue +++ b/src/components/cockpit/listOfMainMonitoringPoints/components/overLimitDetails.vue @@ -53,7 +53,7 @@ const tableStore: any = new TableStore({ { field: 'index', title: '序号', - width: '60', + width: '80', formatter: (row: any) => { return (tableStore.table.params.pageNum - 1) * tableStore.table.params.pageSize + row.rowIndex + 1 } diff --git a/src/components/cockpit/monitoringPointList/index.vue b/src/components/cockpit/monitoringPointList/index.vue index e1d2b85..42a6746 100644 --- a/src/components/cockpit/monitoringPointList/index.vue +++ b/src/components/cockpit/monitoringPointList/index.vue @@ -35,7 +35,7 @@ const tableStore: any = new TableStore({ { field: 'index', title: '序号', - width: '60', + width: '80', formatter: (row: any) => { return (tableStore.table.params.pageNum - 1) * tableStore.table.params.pageSize + row.rowIndex + 1 } diff --git a/src/components/cockpit/overLimitStatistics/index.vue b/src/components/cockpit/overLimitStatistics/index.vue index 4ec7127..162b279 100644 --- a/src/components/cockpit/overLimitStatistics/index.vue +++ b/src/components/cockpit/overLimitStatistics/index.vue @@ -78,7 +78,7 @@ const tableStore: any = new TableStore({ { field: 'index', title: '序号', - width: '60', + width: '80', formatter: (row: any) => { return (tableStore.table.params.pageNum - 1) * tableStore.table.params.pageSize + row.rowIndex + 1 } diff --git a/src/components/cockpit/sensitiveLoad/index.vue b/src/components/cockpit/sensitiveLoad/index.vue index 5cb1fe5..30f29d2 100644 --- a/src/components/cockpit/sensitiveLoad/index.vue +++ b/src/components/cockpit/sensitiveLoad/index.vue @@ -31,7 +31,7 @@ const tableStore: any = new TableStore({ { field: 'index', title: '序号', - width: '60', + width: '80', formatter: (row: any) => { return (tableStore.table.params.pageNum - 1) * tableStore.table.params.pageSize + row.rowIndex + 1 } diff --git a/src/components/cockpit/transientStatistics/index.vue b/src/components/cockpit/transientStatistics/index.vue index 44a2a07..9c4c20a 100644 --- a/src/components/cockpit/transientStatistics/index.vue +++ b/src/components/cockpit/transientStatistics/index.vue @@ -106,7 +106,7 @@ const tableStore: any = new TableStore({ { field: 'index', title: '序号', - width: '60', + width: '80', formatter: (row: any) => { return (tableStore.table.params.pageNum - 1) * tableStore.table.params.pageSize + row.rowIndex + 1 } diff --git a/src/views/pqs/cockpit/realTimeData/index.vue b/src/views/pqs/cockpit/realTimeData/index.vue index 7f14d58..c8cf8d7 100644 --- a/src/views/pqs/cockpit/realTimeData/index.vue +++ b/src/views/pqs/cockpit/realTimeData/index.vue @@ -20,12 +20,12 @@ > - +
复位
-
+
@@ -59,7 +59,7 @@ const tableStore: any = new TableStore({ { field: 'index', title: '序号', - width: '60', + width: '80', formatter: (row: any) => { return (tableStore.table.params.pageNum - 1) * tableStore.table.params.pageSize + row.rowIndex + 1 }