laiguoran %!s(int64=4) %!d(string=hai) anos
pai
achega
2cc704a60c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/public/js/material_exponent.js

+ 1 - 1
app/public/js/material_exponent.js

@@ -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(() => {