|  | @@ -240,6 +240,13 @@ export default {
 | 
	
		
			
				|  |  |            // width: 120,
 | 
	
		
			
				|  |  |            customRender: t => ellipsis(t),
 | 
	
		
			
				|  |  |            className: 'replacecolor'
 | 
	
		
			
				|  |  | +        },
 | 
	
		
			
				|  |  | +         {
 | 
	
		
			
				|  |  | +          title: '制单人',
 | 
	
		
			
				|  |  | +          dataIndex: 'createBy',
 | 
	
		
			
				|  |  | +          // width: 120,
 | 
	
		
			
				|  |  | +          customRender: t => ellipsis(t),
 | 
	
		
			
				|  |  | +          className: 'replacecolor'
 | 
	
		
			
				|  |  |          },
 | 
	
		
			
				|  |  |          // {
 | 
	
		
			
				|  |  |          //   title: '订单类型',
 |