|  | @@ -40,7 +40,7 @@ const colSet = {
 | 
	
		
			
				|  |  |          { field: 'end_yf_tp', name: '截止本期应付', fixed: [] },
 | 
	
		
			
				|  |  |          { field: 'sf_tp', name: '本期实付', fixed: [] },
 | 
	
		
			
				|  |  |          { field: 'end_sf_tp', name: '截止本期实付', fixed: [] },
 | 
	
		
			
				|  |  | -        { field: 'wf_tp', name: '未付金额', fixed: [], hint:'截止本期完成-截止本期实付' },
 | 
	
		
			
				|  |  | +        { field: 'wf_tp', name: '未付金额', fixed: [], hint:'截止本期应付-截止本期实付' },
 | 
	
		
			
				|  |  |      ]
 | 
	
		
			
				|  |  |  };
 | 
	
		
			
				|  |  |  const defaultColSet = {
 |