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