From 8d8489126e0cb185af15edb8573788bc40c9dd1b Mon Sep 17 00:00:00 2001
From: zhoushihao <zsh19950802@163.com>
Date: 星期二, 13 八月 2024 14:10:36 +0800
Subject: [PATCH] 1、进笼计算目标格子方法优化 2、fixbug:解决无钢化信息系统报错
---
UI-Project/package.json | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/UI-Project/package.json b/UI-Project/package.json
index 3a98cb7..ba92794 100644
--- a/UI-Project/package.json
+++ b/UI-Project/package.json
@@ -17,13 +17,16 @@
"moment": "^2.30.1",
"pinia": "^2.1.6",
"pinia-plugin-persistedstate": "^3.2.0",
+ "qrcode": "^1.5.4",
"sortablejs": "^1.15.1",
"sweetalert2": "^11.10.7",
"vue": "^3.3.4",
"vue-draggable-plus": "^0.5.0",
"vue-echarts": "^6.7.3",
"vue-i18n": "^9.10.1",
+ "vue-print-nb": "^1.7.5",
"vue-router": "^4.2.4",
+ "vue3-print-nb": "^0.1.4",
"vxe-table": "^4.5.15",
"xe-utils": "^3.5.14",
"xlsx": "^0.18.5"
--
Gitblit v1.8.0