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 }