lxh 1 dzień temu
rodzic
commit
ab200fef18
1 zmienionych plików z 14 dodań i 6 usunięć
  1. 14 6
      src/views/vent/safetyList/safetyList.data.ts

+ 14 - 6
src/views/vent/safetyList/safetyList.data.ts

@@ -200,11 +200,17 @@ export const columnsDetail: BasicColumn[] = [
   },
 ];
 export const columnsDetail130: BasicColumn[] = [
+    {
+    title: '安装位置',
+    dataIndex: 'strinstallpos',
+    key: 'strinstallpos',
+    width: 180,
+    align: 'center',
+  },
   {
     title: '煤矿名称',
     dataIndex: 'mkmc',
     key: 'mkmc',
-    width: 180,
     align: 'center',
   },
   {
@@ -776,11 +782,6 @@ export const deviceColumns130: BasicColumn[] = [
     width: 100,
   },
  
-  
- 
-  
-  
-  
   {
     title: '复位',
     dataIndex: 'fw',
@@ -816,6 +817,13 @@ export const deviceColumns130: BasicColumn[] = [
     align: 'center',
     width: 100,
   },
+   {
+    title: '操作',
+    dataIndex: 'action',
+    width: 150,
+    align: 'center',
+    slots: { customRender: 'action' },
+  },
 ];
 
 export const columnsOperate: BasicColumn[] = [