From 5244fdb5f7932f2cbce43f4bfaa9dc06c9dd4c95 Mon Sep 17 00:00:00 2001 From: zmc <zmc_li@foxmail.com> Date: 星期五, 01 十二月 2023 14:04:16 +0800 Subject: [PATCH] 修改FYLineChart.vue引用 --- src/utils/common.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/utils/common.js b/src/utils/common.js index 54f6dae..9917e01 100644 --- a/src/utils/common.js +++ b/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 } -- Gitblit v1.9.3