| 
					
				 | 
			
			
				@@ -162,11 +162,11 @@ const TenderSelect = function (setting) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             }; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             if (this.setting.type === 'ledger' || this.setting.type === 'revise') { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 resultSpreadSetting.cols.push( 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                    {title: '名称', colSpan: '1', rowSpan: '1', field: 'name', hAlign: 0, width: 230, formatter: '@', readOnly: true} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    {title: '名称', colSpan: '1', rowSpan: '1', field: 'name', hAlign: 0, width: 230, formatter: '@', readOnly: true, cellType: 'ellipsisAutoTip'} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 ); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             } else if (this.setting.type === 'stage') { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 resultSpreadSetting.cols.push( 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                    {title: '名称', colSpan: '1', rowSpan: '1', field: 'name', hAlign: 0, width: 180, formatter: '@', readOnly: true}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    {title: '名称', colSpan: '1', rowSpan: '1', field: 'name', hAlign: 0, width: 180, formatter: '@', readOnly: true, cellType: 'ellipsisAutoTip'}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     {title: '可选期', colSpan: '1', rowSpan: '1', field: 'stage', hAlign: 0, width: 60}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 ) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             } 
			 |