From 47519ea9fd53705418a6c83ea40ae1cfecb26ae3 Mon Sep 17 00:00:00 2001 From: gongchunyi <deslre0381@gmail.com> Date: 星期二, 13 一月 2026 17:54:15 +0800 Subject: [PATCH] 合格率统计重构:物料属性分类查询各自的合格率饼图及对应的柱状图以和详情表格 --- src/main.js | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/main.js b/src/main.js index 4f02aa2..5f2db03 100644 --- a/src/main.js +++ b/src/main.js @@ -50,7 +50,10 @@ // 鏃堕棿杞崲 import Moment from "moment"; +import Big from 'big.js' + // 鍏ㄥ眬鏂规硶鎸傝浇 +Vue.prototype.$Big = Big; Vue.prototype.getDicts = getDicts; Vue.prototype.getConfigKey = getConfigKey; Vue.prototype.parseTime = parseTime; -- Gitblit v1.9.3