修改测试问题

This commit is contained in:
guanj
2026-06-12 11:02:46 +08:00
parent 1a09c31669
commit 1c01fe5ae1
15 changed files with 268 additions and 175 deletions

View File

@@ -108,6 +108,12 @@ const tableStore = new TableStore({
{ title: '工程名称', field: 'engineeringName', align: 'center', minWidth: 120 },
// { title: '监测点名称', field: 'lineName', align: 'center', minWidth: 120 },
{
title: '事件描述',
minWidth: 300,
field: 'showName'
},
{
title: '模块信息',
field: 'moduleNo',
@@ -117,6 +123,7 @@ const tableStore = new TableStore({
return row.cellValue ? row.cellValue : '/'
}
},
{
title: '告警代码',
field: 'code',
@@ -127,11 +134,6 @@ const tableStore = new TableStore({
},
sortable: true
},
{
title: '事件描述',
minWidth: 300,
field: 'showName'
},
{
title: '级别',
field: 'level',

View File

@@ -80,8 +80,8 @@ const tableStore = new TableStore({
},
{ title: '发生时刻', field: 'startTime', align: 'center', width: 180, sortable: true },
{ title: '前置服务器名称', field: 'lineId', align: 'center', width: 150 },
{ title: '前置服务器ip', field: 'wavePath', align: 'center', width: 150 },
{ title: '进程号', field: 'clDid', align: 'center', width: 70 },
{ title: '前置服务器ip', field: 'wavePath', align: 'center', width: 150 },
{
title: '事件描述',