From 2b707bd91353c91a2726543fa4776c50ff11e205 Mon Sep 17 00:00:00 2001 From: lyh <925863403@qq.com> Date: 星期五, 18 七月 2025 20:14:19 +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