From a935fc71d8e52f2ba10e42cfdb9e75ef9cb32bd7 Mon Sep 17 00:00:00 2001
From: skyouc
Date: 星期三, 26 三月 2025 09:52:15 +0800
Subject: [PATCH] #修复 初始化时库区关系未绑定
---
rsf-admin/package.json | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/rsf-admin/package.json b/rsf-admin/package.json
index 18c05b2..fb022cd 100644
--- a/rsf-admin/package.json
+++ b/rsf-admin/package.json
@@ -21,6 +21,7 @@
"axios": "^1.7.4",
"date-fns": "^3.6.0",
"framer-motion": "^12.4.10",
+ "jsbarcode": "^3.11.6",
"lodash": "^4.17.21",
"motion": "^12.4.1",
"papaparse": "^5.4.1",
@@ -37,6 +38,7 @@
"react-router": "^6.22.0",
"react-router-dom": "^6.26.1",
"react-syntax-highlighter": "^15.5.0",
+ "react-to-print": "^3.0.5",
"three": "^0.155.0",
"tweedle.js": "^2.1.0"
},
--
Gitblit v1.9.1