Browse Source

总表添加装置系统

yuhan 9 months ago
parent
commit
9e932b05ba

+ 16 - 0
src/views/module_interLock/InterlockSummary/InterlockSummaryList.vue

@@ -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:'联锁名称',
             title:'联锁名称',
             align:"center",
             align:"center",
             dataIndex: 'interlockname',
             dataIndex: 'interlockname',