From 4963dd495a4f6babc3ac6f2170bc8735e9757cf1 Mon Sep 17 00:00:00 2001 From: stt Date: Fri, 5 Dec 2025 16:06:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/cockpit/monitoringPointList/index.vue | 8 ++++---- .../components/transientStatisticsDetail.vue | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/cockpit/monitoringPointList/index.vue b/src/components/cockpit/monitoringPointList/index.vue index c77c113..1a3c0a8 100644 --- a/src/components/cockpit/monitoringPointList/index.vue +++ b/src/components/cockpit/monitoringPointList/index.vue @@ -140,17 +140,17 @@ const tableStore: any = new TableStore({ { title: '监测点名称', field: 'lineName', - minWidth: '70', + minWidth: '120', render: 'customTemplate', customTemplate: (row: any) => { return `${row.lineName}` } }, - { title: '监测类型', field: 'position', minWidth: '60' }, + { title: '监测类型', field: 'position', minWidth: '70' }, { title: '监测点状态', field: 'runStatus', - minWidth: '60', + minWidth: '80', render: 'customTemplate', customTemplate: (row: any) => { return `${row.runStatus}` @@ -171,7 +171,7 @@ const tableStore: any = new TableStore({ }, { title: '操作', - minWidth: 120, + minWidth: 80, // fixed: 'right', render: 'buttons', buttons: [ diff --git a/src/components/cockpit/transientStatistics/components/transientStatisticsDetail.vue b/src/components/cockpit/transientStatistics/components/transientStatisticsDetail.vue index ee5b582..49e2bb8 100644 --- a/src/components/cockpit/transientStatistics/components/transientStatisticsDetail.vue +++ b/src/components/cockpit/transientStatistics/components/transientStatisticsDetail.vue @@ -86,7 +86,7 @@ const tableStore: any = new TableStore({ { title: '暂态时间', field: 'startTime', - minWidth: '150' + width: '180' }, { title: '测点名称', @@ -133,7 +133,7 @@ const tableStore: any = new TableStore({ }, { title: '波形', - width: '100', + width: '90', render: 'buttons', buttons: [ {