|
@@ -194,6 +194,22 @@
|
|
|
// }
|
|
|
// },
|
|
|
{
|
|
|
+ title:'装置',
|
|
|
+ align:"center",
|
|
|
+ dataIndex: 'interlockApparatusName',
|
|
|
+ customRender:(text,record,index)=> {
|
|
|
+ return {children: record.interlockApparatusName,attrs: {rowSpan:record.rowSpan}};
|
|
|
+ },
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title:'系统',
|
|
|
+ align:"center",
|
|
|
+ dataIndex: 'interlockSystemName',
|
|
|
+ customRender:(text,record,index)=> {
|
|
|
+ return {children: record.interlockSystemName,attrs: {rowSpan:record.rowSpan}};
|
|
|
+ },
|
|
|
+ },
|
|
|
+ {
|
|
|
title:'联锁名称',
|
|
|
align:"center",
|
|
|
dataIndex: 'interlockname',
|