Browse Source

上湾瓦斯日报修改提交

lxh 2 months ago
parent
commit
ea2c27e681

+ 12 - 2
src/views/vent/gas/gasReportInspect/gasReportInspect.data.ts

@@ -14,6 +14,12 @@ export const columnsType: BasicColumn[] = [
         align: 'center',
     },
     {
+        title: '检测次数',
+        dataIndex: 'checkNum',
+        key: 'checkNum',
+        align: 'center',
+    },
+    {
         title: 'O₂(%)',
         dataIndex: 'o2',
         key: 'o2',
@@ -40,14 +46,18 @@ export const columnsType: BasicColumn[] = [
         key: 'ch4',
         align: 'center',
     },
-   
-    
     {
         title: '巡检员',
         dataIndex: 'checkPerson',
         key: 'checkPerson',
         align: 'center',
     },  
+    {
+        title: '检查时间',
+        dataIndex: 'checkTime',
+        key: 'checkTime',
+        align: 'center',
+    },  
 ];
 export const columnsGas1: BasicColumn[] = [
     {

+ 12 - 2
src/views/vent/monitorManager/comment/comment.data.ts

@@ -558,6 +558,12 @@ export const ColumnsReport: BasicColumn[] = [
     align: 'center',
   },
   {
+    title: '检查次数',
+    dataIndex: 'checkNum',
+    key: 'checkNum',
+    align: 'center',
+  },
+  {
     title: 'O₂(%)',
     dataIndex: 'o2',
     key: 'o2',
@@ -584,8 +590,6 @@ export const ColumnsReport: BasicColumn[] = [
     key: 'ch4',
     align: 'center',
   },
-
-
   {
     title: '巡检员',
     dataIndex: 'checkPerson',
@@ -593,6 +597,12 @@ export const ColumnsReport: BasicColumn[] = [
     align: 'center',
   },
   {
+    title: '检查时间',
+    dataIndex: 'checkTime',
+    key: 'checkTime',
+    align: 'center',
+  },
+  {
     title: '操作',
     dataIndex: 'action',
     width: 120,