From cea57b1c31a6db5cb3522f2c0e2c27885d6f749d Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期一, 26 一月 2026 09:12:45 +0800
Subject: [PATCH] fix: 添加报废数量

---
 src/pages_template/common/mixin.js |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/src/pages_template/common/mixin.js b/src/pages_template/common/mixin.js
new file mode 100644
index 0000000..ef11f8f
--- /dev/null
+++ b/src/pages_template/common/mixin.js
@@ -0,0 +1,7 @@
+export default {
+    data() {
+        return {
+			isWeixin: true
+        }
+    }
+}

--
Gitblit v1.9.3