修改页面表格样式
This commit is contained in:
@@ -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) => {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user