fix:修改计划添加页面 根据ui修改页面
This commit is contained in:
@@ -14,6 +14,7 @@ const tableKeyMap = [
|
||||
customRender: (text: any) => {
|
||||
return text.index + 1;
|
||||
},
|
||||
width: 80,
|
||||
},
|
||||
{
|
||||
title: '优先级',
|
||||
@@ -105,8 +106,12 @@ export const equipmentAlarmTableConfig = (
|
||||
],
|
||||
columns: tableKeyMap,
|
||||
// rowSelection: null, 选择按钮
|
||||
scroll: { x: 1800 },
|
||||
columnActions: {
|
||||
title: '操作',
|
||||
width: 250,
|
||||
fixed: 'right',
|
||||
dataIndex: 'tableAction',
|
||||
actions: [
|
||||
{
|
||||
label: '编辑',
|
||||
|
Reference in New Issue
Block a user