|  | @@ -205,11 +205,21 @@ EpChangeEdit.initFileTypeColumn =  function(){
 | 
	
		
			
				|  |  |  				}
 | 
	
		
			
				|  |  |  			}
 | 
	
		
			
				|  |  |  		},
 | 
	
		
			
				|  |  | -		{title: '备注', field: 'description', visible: true, align: 'center', valign: 'middle',width:"52%",'class': 'uitd_showTip',
 | 
	
		
			
				|  |  | +		{title: '备注', field: 'description', visible: true, align: 'center', valign: 'middle',width:"50%",'class': 'uitd_showTip',
 | 
	
		
			
				|  |  |  			formatter : function(value,row,index){
 | 
	
		
			
				|  |  |  				return '<span style="color: red">'+value+'</span>';
 | 
	
		
			
				|  |  |  			}
 | 
	
		
			
				|  |  |  		},
 | 
	
		
			
				|  |  | +		{title: '模板', field: 'templateUrl', visible: true, align: 'center', valign: 'middle',width:"10%",
 | 
	
		
			
				|  |  | +			formatter : function(value,row,index){
 | 
	
		
			
				|  |  | +				if(value==null||value==''||value=='null'){
 | 
	
		
			
				|  |  | +					return '无';
 | 
	
		
			
				|  |  | +				}
 | 
	
		
			
				|  |  | +				return "<button type='button' onclick=\"Feng.downloadFile('"+row.id+"',3)\" style='margin-right: 10px' class=\"btn btn-xs btn-primary\">" +
 | 
	
		
			
				|  |  | +					"<i class=\"fa fa-download\"></i>下载" +
 | 
	
		
			
				|  |  | +					"</button>";
 | 
	
		
			
				|  |  | +			}
 | 
	
		
			
				|  |  | +		},
 | 
	
		
			
				|  |  |  		{title: '操作', field: 'id', visible: true, align: 'center', valign: 'middle',width:"10%",
 | 
	
		
			
				|  |  |  			formatter : function(value,row,index){
 | 
	
		
			
				|  |  |  				return "<button type='button' onclick=\"EpChangeEdit.checkFile('"+value+"','"+null+"')\" style='margin-right: 10px' class=\"btn btn-xs btn-info\">" +
 |