fix:修改表格宽度
This commit is contained in:
@@ -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: '启用通知',
|
||||||
|
Reference in New Issue
Block a user