|
|
@ -18,12 +18,10 @@ const tableKeyMap = [ |
|
|
|
{ |
|
|
|
title: '优先级', |
|
|
|
dataIndex: 'prioritys', |
|
|
|
width: 120, |
|
|
|
}, |
|
|
|
{ |
|
|
|
title: '告警类型', |
|
|
|
dataIndex: 'alarmTypeName', |
|
|
|
width: 140, |
|
|
|
}, |
|
|
|
{ |
|
|
|
title: '告警标题', |
|
|
@ -32,19 +30,19 @@ const tableKeyMap = [ |
|
|
|
{ |
|
|
|
title: '错误码', |
|
|
|
dataIndex: 'errorCode', |
|
|
|
width: 120, |
|
|
|
width: 140, |
|
|
|
}, |
|
|
|
{ |
|
|
|
title: '通知名单', |
|
|
|
dataIndex: 'notificationList', |
|
|
|
width: 220, |
|
|
|
width: 240, |
|
|
|
textEllipsis: true, |
|
|
|
textWidth: 150, |
|
|
|
}, |
|
|
|
{ |
|
|
|
title: '通知方式', |
|
|
|
dataIndex: 'notificationMethod', |
|
|
|
width: 160, |
|
|
|
width: 170, |
|
|
|
}, |
|
|
|
{ |
|
|
|
title: '启用通知', |
|
|
|