From 4c71426795d126d0491f2e4105090273909e6d51 Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期五, 19 四月 2024 15:16:38 +0800
Subject: [PATCH] 辅助数量限制值修改
---
package.json | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/package.json b/package.json
index 5b40fc3..4799391 100644
--- a/package.json
+++ b/package.json
@@ -10,14 +10,18 @@
"test:unit": "vue-cli-service test:unit"
},
"dependencies": {
+ "@vue-office/excel": "^1.4.7",
"axios": "^1.4.0",
"core-js": "^3.8.3",
"docx-preview": "^0.1.18",
"downloadjs": "^1.4.7",
"element-ui": "^2.15.13",
+ "html2canvas": "^1.4.1",
"js-cookie": "^3.0.5",
+ "jspdf": "^2.5.1",
"vue": "^2.6.14",
"vue-cropper": "^0.6.4",
+ "vue-demi": "^0.13.11",
"vue-router": "^3.5.1",
"vuex": "^3.6.2"
},
--
Gitblit v1.8.0