| 
					
				 | 
			
			
				@@ -84,12 +84,12 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 <tr style="border-top: 0;"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     <td style="border-top: 0;" rowspan="${circulationUsers?size}" class="title">审批意见:</td> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     <td class="title" style="width: 110px;border-top: 0;">${circulationUser.state!}:</td> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                    <td style="border-top: 0;" class="concat"><span style="color: #ffffff;">${circulationUser.realName!}</span>${circulationUser.remark!}</td> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    <td style="border-top: 0;" class="concat"><span style="color: #ffffff;">${circulationUser.realName!}</span>${circulationUser.remarks!}</td> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 </tr> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <#else> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 <tr> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     <td class="title" style="width: 110px;">${circulationUser.state!}:</td> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                    <td class="concat"><span style="color: #ffffff;">${circulationUser.realName!}</span>${circulationUser.remark!}</td> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    <td class="concat"><span style="color: #ffffff;">${circulationUser.realName!}</span>${circulationUser.remarks!}</td> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 </tr> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             </#if> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         </#list> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -99,7 +99,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     <td rowspan="${executors?size}" class="title">执行:</td> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 </#if> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 <td class="title" style="width: 110px;">${executor.state!}:</td> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                <td class="concat"><span style="color: #ffffff;">${executor.realName!}</span>${executor.remark!}</td> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                <td class="concat"><span style="color: #ffffff;">${executor.realName!}</span>${executor.remarks!}</td> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             </tr> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         </#list> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     </table> 
			 |