| 
					
				 | 
			
			
				@@ -113,8 +113,9 @@ const tenderListSpec = (function(){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     function getTenderTreeHeaderHtml() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         const html = []; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        html.push('<table class="table table-hover table-bordered">'); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        html.push('<thead style="position: fixed;left:56px;top: 34px;">', '<tr>'); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        html.push('<table class="table table-hover table-bordered" id="progress-table">'); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        html.push('<thead style="position: sticky;left:56px;top: 0px;">', '<tr>'); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        // html.push('<thead style="left:56px;top: 34px;">', '<tr>'); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         html.push('<th style="width: 30%;min-width: 300px" class="text-center">', '标段名称', '</th>'); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         html.push('<th class="text-center" style="width: 120px">', '计量进度', '</th>'); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         html.push('<th class="text-center" style="width: 230px">', '当前流程', '</th>'); 
			 |