|  | @@ -20,7 +20,7 @@ function resetExTpTable() {
 | 
	
		
			
				|  |  |      $('#tp_set').find('td').eq(4).text(ZhCalc.round(ZhCalc.add(ex_pre_tp, ex_tp), 2));
 | 
	
		
			
				|  |  |      $('#rate_set').find('td').eq(3).text(bqhs !== 0 ? bqhs : '');
 | 
	
		
			
				|  |  |      $('#rate_set').find('td').eq(4).text(jzbqhs !== 0 ? jzbqhs : '');
 | 
	
		
			
				|  |  | -    $('#ex_expr').html(ex_expr);
 | 
	
		
			
				|  |  | +    // $('#ex_expr').html(ex_expr);
 | 
	
		
			
				|  |  |      $('#ex_expr').attr('title', '本期价差:' + ex_expr);
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  $(document).ready(() => {
 |