|
@@ -203,9 +203,9 @@
|
|
|
title:'回路健康级别',
|
|
|
align:"center",
|
|
|
dataIndex: 'loopHealthLevel',
|
|
|
- // customRender:function (t,r,index) {
|
|
|
- // return {children: t,attrs: {rowSpan:r.rowSpan3}};
|
|
|
- // },
|
|
|
+ customRender:function (t,r,index) {
|
|
|
+ return {children: t,attrs: {rowSpan:r.rowSpan3}};
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
title:'旁路状态',
|