Explorar el Código

瓦斯日报时间添加

lxh hace 2 meses
padre
commit
e2db846910

+ 6 - 6
src/views/vent/gas/gasReportInspect/gasReportInspect.data.ts

@@ -52,12 +52,12 @@ export const columnsType: BasicColumn[] = [
         key: 'checkPerson',
         align: 'center',
     },  
-    // {
-    //     title: '检查时间',
-    //     dataIndex: 'checkTime',
-    //     key: 'checkTime',
-    //     align: 'center',
-    // },  
+    {
+        title: '检查时间',
+        dataIndex: 'checkTime',
+        key: 'checkTime',
+        align: 'center',
+    },  
 ];
 export const columnsGas1: BasicColumn[] = [
     {

+ 6 - 6
src/views/vent/monitorManager/comment/comment.data.ts

@@ -665,12 +665,12 @@ export const ColumnsReport: BasicColumn[] = [
     key: 'checkPerson',
     align: 'center',
   },
-  // {
-  //   title: '检查时间',
-  //   dataIndex: 'checkTime',
-  //   key: 'checkTime',
-  //   align: 'center',
-  // },
+  {
+    title: '检查时间',
+    dataIndex: 'checkTime',
+    key: 'checkTime',
+    align: 'center',
+  },
   {
     title: '操作',
     dataIndex: 'action',