fix:修改表格宽度

This commit is contained in:
zhaohy
2024-09-03 09:44:00 +08:00
parent f4d7076a08
commit 7096e692ee

View File

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