|  | @@ -39,6 +39,7 @@ const MySettlementDetaile = Form.create()(React.createClass({
 | 
	
		
			
				|  |  |                               deleteSign:thisdata.deleteSign, 
 | 
	
		
			
				|  |  |                               taskComment:thisdata.taskComment, 
 | 
	
		
			
				|  |  |                               publishStatus:thisdata.publishStatus, 
 | 
	
		
			
				|  |  | +                             technicianMobile:thisdata.technicianMobile, 
 | 
	
		
			
				|  |  |                          });
 | 
	
		
			
				|  |  |                      };
 | 
	
		
			
				|  |  |                     }
 | 
	
	
		
			
				|  | @@ -81,6 +82,10 @@ const MySettlementDetaile = Form.create()(React.createClass({
 | 
	
		
			
				|  |  |                      dataIndex: 'technicianName',
 | 
	
		
			
				|  |  |                      key: 'technicianName'
 | 
	
		
			
				|  |  |                  }, {
 | 
	
		
			
				|  |  | +                    title: '负责人联系方式',
 | 
	
		
			
				|  |  | +                    dataIndex: 'technicianMobile',
 | 
	
		
			
				|  |  | +                    key: 'technicianMobile'
 | 
	
		
			
				|  |  | +                }, {
 | 
	
		
			
				|  |  |                      title: '任务状态',
 | 
	
		
			
				|  |  |                      dataIndex: 'taskStatus',
 | 
	
		
			
				|  |  |                      key: 'taskStatus',
 |