修改测试bug
This commit is contained in:
@@ -67,7 +67,11 @@ const tableStore = new TableStore({
|
||||
{ title: '设备名称', field: 'equipmentName', align: 'center' },
|
||||
{ title: '工程名称', field: 'engineeringName', align: 'center' },
|
||||
{ title: '项目名称', field: 'projectName', align: 'center' },
|
||||
{ title: '告警代码', field: 'code', align: 'center' },
|
||||
{ title: '告警代码', field: 'code', align: 'center',formatter: (row: any) => {
|
||||
console.log("🚀 ~ row:", row)
|
||||
|
||||
return row.cellValue ? row.cellValue : '/'
|
||||
}},
|
||||
{ title: '事件描述', field: 'showName', align: 'center' },
|
||||
{ title: '发生时刻', field: 'startTime', align: 'center' }
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user