瀏覽代碼

总表添加装置系统

yuhan 9 月之前
父節點
當前提交
9e932b05ba
共有 1 個文件被更改,包括 16 次插入0 次删除
  1. 16 0
      src/views/module_interLock/InterlockSummary/InterlockSummaryList.vue

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