表格宽度调整

This commit is contained in:
2025-04-25 09:18:50 +08:00
parent cd20b4134a
commit e9a462f736
9 changed files with 19 additions and 16 deletions

View File

@@ -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',