From 6c4f3a89abb74388875de8fc0619776b07138176 Mon Sep 17 00:00:00 2001 From: Lius <Lius2225@163.com> Date: 星期一, 21 七月 2025 15:50:42 +0800 Subject: [PATCH] 用户管理取消维修部门选择,定时任务添加任务类名 --- package.json | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/package.json b/package.json index fdd3f33..e6a66a1 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,7 @@ "@jiaminghi/data-view": "^2.10.0", "@tinymce/tinymce-vue": "2.1.0", "@toast-ui/editor": "^2.1.2", + "ali-oss": "^6.17.1", "ant-design-vue": "^1.7.2", "axios": "^0.18.0", "china-area-data": "^5.0.1", @@ -31,6 +32,7 @@ "lodash.get": "^4.4.2", "lodash.pick": "^4.4.0", "md5": "^2.2.1", + "qrcode.vue": "^1.7.0", "nprogress": "^0.2.0", "qs": "^6.11.1", "sass-loader": "^13.3.2", @@ -45,6 +47,7 @@ "vue-i18n": "^8.7.0", "vue-loader": "^15.7.0", "vue-ls": "^3.2.0", + "vue-pdf": "^4.3.0", "vue-photo-preview": "^1.1.3", "vue-print-nb-jeecg": "^1.0.9", "vue-router": "^3.0.1", @@ -53,6 +56,7 @@ "vuex": "^3.1.0", "vxe-table": "2.9.13", "vxe-table-plugin-antd": "1.8.10", + "workflow-bpmn-modeler": "^0.2.8", "xe-utils": "2.4.8" }, "devDependencies": { -- Gitblit v1.9.3