zmc
2023-12-01 f4062e41dfbe26ca7664a963357cc0b9bea37b44
src/utils/common.js
@@ -112,7 +112,7 @@
   * @returns 
   */
  function percentFormatter(v) {
    return v * 100 + '%'
    return Math.round(v * 100, 2) + '%'
  }
  return { isExceedOneMonth, cmpp, exportToExcel, descFiftyTime, percentFormatter }