From 2e4a6c4526b6c22808d5877f2050da852bfaebe7 Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期二, 30 十二月 2025 14:31:47 +0800
Subject: [PATCH] 外购成品检验功能迁移v1

---
 src/main.js |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/main.js b/src/main.js
index 5f56508..16962eb 100644
--- a/src/main.js
+++ b/src/main.js
@@ -49,8 +49,9 @@
 import { getToken } from "@/utils/auth";
 // 鏃堕棿杞崲
 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