| 
					
				 | 
			
			
				@@ -69,7 +69,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       if (this.onlineFalg == '1') { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         arr.push({ title: '上线时间', dataIndex: 'auditTime', width: 140, align: 'center', customRender: function (text) { return text || '--' } }) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       } else if (this.onlineFalg == '0') { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        arr.push({ title: '下线时间', dataIndex: 'offlineAuditTime', width: 140, align: 'center', customRender: function (text) { return text || '--' } }) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        arr.push({ title: '下线时间', dataIndex: 'auditTime', width: 140, align: 'center', customRender: function (text) { return text || '--' } }) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       return arr 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     } 
			 |