| 
					
				 | 
			
			
				@@ -154,20 +154,8 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             title: '报价有效期(quotation period)', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             align:"center", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            dataIndex: 'time', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            dataIndex: 'quotationValidityDate', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             width:250, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            customRender:({text,record}) =>{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            if(record.inquiryPeriodBegin&&record.inquiryPeriodEnd){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                text = record.inquiryPeriodBegin+'~'+record.inquiryPeriodEnd 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            }else if(!record.inquiryPeriodBegin){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                text = record.inquiryPeriodEnd 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            }else if(!record.inquiryPeriodEnd){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                text = record.inquiryPeriodBegin 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            }else{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                text='' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            return text; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             title: '优先级(priority)', 
			 |