zmc
2023-12-01 d404f7f0ffb8b7b8b930a2b583afe2037cffc3f8
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 }