|  | @@ -13,6 +13,12 @@ export const columnsType: BasicColumn[] = [
 | 
	
		
			
				|  |  |          width:260,
 | 
	
		
			
				|  |  |          align: 'center',
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  | +    {
 | 
	
		
			
				|  |  | +        title: '检测次数',
 | 
	
		
			
				|  |  | +        dataIndex: 'checkNum',
 | 
	
		
			
				|  |  | +        key: 'checkNum',
 | 
	
		
			
				|  |  | +        align: 'center',
 | 
	
		
			
				|  |  | +    },
 | 
	
		
			
				|  |  |      {
 | 
	
		
			
				|  |  |          title: 'O₂(%)',
 | 
	
		
			
				|  |  |          dataIndex: '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[] = [
 | 
	
		
			
				|  |  |      {
 |