From 170d2e8357a759686a46a598669ddb4119fbdf38 Mon Sep 17 00:00:00 2001 From: 张诺 <zhang_12370@163.com> Date: 星期五, 20 六月 2025 15:05:25 +0800 Subject: [PATCH] 修复采购管理下拉无数据 修改基础管理-供应商模块字段匹配问题 --- package.json | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/package.json b/package.json index 3548462..d916e6c 100644 --- a/package.json +++ b/package.json @@ -16,13 +16,14 @@ "url": "https://gitee.com/y_project/RuoYi-Vue.git" }, "dependencies": { + "@chenfengyuan/vue-qrcode": "^2.0.0", "@element-plus/icons-vue": "2.3.1", "@vueup/vue-quill": "1.2.0", "@vueuse/core": "10.11.0", "axios": "0.28.1", "clipboard": "2.0.11", - "echarts": "5.5.1", "default-passive-events": "^4.0.0", + "echarts": "5.5.1", "element-china-area-data": "^6.1.0", "element-plus": "2.7.6", "file-saver": "2.0.5", @@ -32,9 +33,12 @@ "jsencrypt": "3.3.2", "nprogress": "0.2.0", "pinia": "2.1.7", + "print-js": "^1.6.0", + "qrcode": "^1.5.4", "splitpanes": "3.1.5", "vue": "3.4.31", "vue-cropper": "1.1.1", + "vue-qrcode": "^2.2.2", "vue-router": "4.4.0", "vuedraggable": "4.1.0" }, -- Gitblit v1.9.3