| 
					
				 | 
			
			
				@@ -9,6 +9,27 @@ export const columns: BasicColumn[] = [ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             title: '第一次', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             children: [ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                title: '区队', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                dataIndex: 'districtTeam', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                key: 'districtTeam', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                width: 100, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                align: 'center', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                title: '检测地点', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                dataIndex: 'strInstallPos', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                key: 'strInstallPos', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                width: 120, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                align: 'center', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                title: '检查工', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                dataIndex: 'checkPersonNight', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                key: 'checkPersonNight', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                width: 80, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                align: 'center', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 title: '检测时间', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 dataIndex: 'timeNight1', 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -38,7 +59,7 @@ export const columns: BasicColumn[] = [ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 align: 'center', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                title: 'o2(%)', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                title: 'O2(%)', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 dataIndex: 'o2Night1', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 key: 'o2Night1', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 width: 100, 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -51,6 +72,7 @@ export const columns: BasicColumn[] = [ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 width: 100, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 align: 'center', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             ], 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           { 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -112,7 +134,7 @@ export const columns: BasicColumn[] = [ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 align: 'center', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                title: 'o2(%)', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                title: 'O2(%)', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 dataIndex: 'o2Night2', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 key: 'o2Night2', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 width: 100, 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -161,6 +183,27 @@ export const columns: BasicColumn[] = [ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             title: '第一次', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             children: [ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                title: '区队', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                dataIndex: 'districtTeam_dictText', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                key: 'districtTeam_dictText', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                width: 100, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                align: 'center', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                title: '检测地点', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                dataIndex: 'strInstallPos', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                key: 'strInstallPos', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                width: 120, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                align: 'center', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                title: '检查工', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                dataIndex: 'checkPersonEarly', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                key: 'checkPersonEarly', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                width: 80, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                align: 'center', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 title: '检测时间', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 dataIndex: 'timeEarly1', 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -191,7 +234,7 @@ export const columns: BasicColumn[] = [ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 align: 'center', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                title: 'o2(%)', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                title: 'O2(%)', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 dataIndex: 'o2Early1', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 key: 'o2Early1', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 width: 100, 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -265,7 +308,7 @@ export const columns: BasicColumn[] = [ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 align: 'center', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                title: 'o2(%)', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                title: 'O2(%)', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 dataIndex: 'o2Early2', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 key: 'o2Early2', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 width: 100, 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -314,6 +357,27 @@ export const columns: BasicColumn[] = [ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             title: '第一次', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             children: [ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                title: '区队', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                dataIndex: 'districtTeam', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                key: 'districtTeam', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                width: 100, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                align: 'center', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                title: '检测地点', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                dataIndex: 'strInstallPos', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                key: 'strInstallPos', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                width: 120, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                align: 'center', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                title: '检查工', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                dataIndex: 'checkPersonNoon', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                key: 'checkPersonNoon', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                width: 80, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                align: 'center', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 title: '检测时间', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 dataIndex: 'timeNoon1', 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -344,7 +408,7 @@ export const columns: BasicColumn[] = [ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 align: 'center', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                title: 'o2(%)', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                title: 'O2(%)', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 dataIndex: 'o2Noon1', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 key: 'o2Noon1', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 width: 100, 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -418,7 +482,7 @@ export const columns: BasicColumn[] = [ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 align: 'center', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                title: 'o2(%)', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                title: 'O2(%)', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 dataIndex: 'o2Noon2', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 key: 'o2Noon2', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 width: 100, 
			 |