From b69442a151f8a0990cd17acb705f482609e6727d Mon Sep 17 00:00:00 2001 From: 王震 <10952869+daywangzhen@user.noreply.gitee.com> Date: 星期四, 09 十一月 2023 13:11:16 +0800 Subject: [PATCH] modified: package.json modified: src/api/quality/finishedProduct.js modified: src/views/equipment/equipment/index.vue modified: src/views/equipment/metering/index.vue modified: src/views/quality/finishedProductInspection/finishedProduct-form.vue modified: src/views/quality/finishedProductInspection/finishedProduct-print.vue modified: src/views/quality/finishedProductInspection/index.vue modified: src/views/quality/rawMaterial/rawMaterial-print.vue --- package.json | 10 +++++++--- 1 files changed, 7 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index abc3f41..fb282aa 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,7 @@ "dependencies": { "@chenfengyuan/vue-qrcode": "^1.0.1", "@riophae/vue-treeselect": "0.4.0", + "@smallwei/avue": "^2.10.18", "avue-plugin-ueditor": "^0.1.4", "axios": "^0.18.0", "babel-polyfill": "^6.26.0", @@ -21,14 +22,15 @@ "crypto-js": "^3.1.9-1", "echarts": "^4.9.0", "element-china-area-data": "^5.0.1", - "element-ui": "2.12.1", - "gojs": "2.1.371", + "element-ui": "2.12.0", + "gojs": "2.1.0", "js-cookie": "^2.2.0", "less-loader": "^6.0.0", "monaco-editor": "^0.27.0", "monaco-editor-webpack-plugin": "^4.1.2", "nprogress": "^0.2.0", "pig-avue-form-design": "^1.1.6", + "print-js": "^1.6.0", "qs": "^6.10.1", "script-loader": "^0.7.2", "sockjs-client": "^1.0.0", @@ -42,10 +44,12 @@ "vue-echarts": "^4.0.1", "vue-json-editor": "^1.2.3", "vue-json-tree-view": "^2.1.4", + "vue-qr": "^4.0.9", "vue-quill-editor": "3.0.6", "vue-router": "^3.0.2", "vuedraggable": "^2.24.3", - "vuex": "^3.0.1" + "vuex": "^3.0.1", + "xlsx-style": "^0.8.13" }, "devDependencies": { "@vue/cli-plugin-babel": "~3.8.0", -- Gitblit v1.9.3