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: [
{