修改页面表格样式

This commit is contained in:
guanj
2026-06-17 13:30:31 +08:00
parent 2330b50147
commit 13f11596e4
17 changed files with 74 additions and 56 deletions

View File

@@ -118,9 +118,9 @@ const tableStore = new TableStore({
return EventTypeList.find((item: any) => item.id == row.cellValue)?.name || '其他'
}
},
{ title: '监测点名称', field: 'lineName', minWidth: 120, align: 'center' },
{ title: '监测点名称', field: 'lineName', minWidth: 150, align: 'center' },
{ title: '电压等级(kV)', field: 'lineVoltage', minWidth: 120, align: 'center', sortable: true, },
{ title: '设备名称', field: 'devName', minWidth: 120, align: 'center' },
{ title: '设备名称', field: 'devName', minWidth: 150, align: 'center' },
{
title: '发生位置', field: 'sagSource', minWidth: 120, align: 'center', formatter: (row: any) => {