fix:修改计划添加页面 根据ui修改页面
This commit is contained in:
@@ -12,6 +12,7 @@ const tableKeyMap = [
|
||||
customRender: (text: any) => {
|
||||
return text.index + 1;
|
||||
},
|
||||
width: 80,
|
||||
},
|
||||
{
|
||||
title: '告警编号',
|
||||
@@ -24,10 +25,12 @@ const tableKeyMap = [
|
||||
{
|
||||
title: '优先级',
|
||||
dataIndex: 'priority',
|
||||
width: 120,
|
||||
},
|
||||
{
|
||||
title: '状态',
|
||||
dataIndex: 'alarmLogState',
|
||||
width: 140,
|
||||
},
|
||||
{
|
||||
title: '错误码',
|
||||
@@ -53,8 +56,12 @@ export const notificationtableConfig = (look: any, status: any) => {
|
||||
headerActions: [{}],
|
||||
columns: tableKeyMap,
|
||||
// rowSelection: null, 选择按钮
|
||||
scroll: { x: 1800 },
|
||||
columnActions: {
|
||||
title: '操作',
|
||||
width: 180,
|
||||
fixed: 'right',
|
||||
dataIndex: 'tableAction',
|
||||
actions: [
|
||||
{
|
||||
label: '详情',
|
||||
|
Reference in New Issue
Block a user