riku
2023-11-24 dd5fbe2e6cacffa0ff67f0f68c262d14ddfce3cc
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 }