| 
					
				 | 
			
			
				@@ -772,6 +772,7 @@ module.exports = app => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     t.stage_count_str = `第${stages.count || 0}期`; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     const user = await ctx.service.projectAccount.getAccountInfoById(t.user_id); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     t.user_str = user.name + '-' + user.company; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    t.show_time = stages.length > 0 ? stages[stages.length - 1].cache_time_r || stages[stages.length - 1].in_time : t.create_time; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 await this.layout('setting/s2b.ejs', { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     projectData, 
			 |