diff --git a/package.json b/package.json index ae34990..ac44b7b 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,7 @@ }, "dependencies": { "@amap/amap-jsapi-loader": "^1.0.1", + "avue-plugin-print": "^1.0.0", "avue-plugin-ueditor": "^0.1.4", "axios": "^0.21.1", "babel-polyfill": "^6.26.0", @@ -21,9 +22,11 @@ "echarts": "^5.5.1", "element-ui": "^2.15.6", "file-saver": "^2.0.5", + "html2canvas": "^1.4.1", "js-base64": "^2.5.1", "js-cookie": "^2.2.0", "js-md5": "^0.7.3", + "jspdf": "^2.5.2", "jszip": "^3.10.1", "mockjs": "^1.0.1-beta3", "moment": "^2.30.1", @@ -39,9 +42,11 @@ "vue-easy-print": "0.0.8", "vue-i18n": "^8.7.0", "vue-print-nb": "^1.7.5", + "vue-printjs": "^1.0.0", "vue-router": "^3.0.1", "vue-seamless-scroll": "^1.1.23", - "vuex": "^3.1.1" + "vuex": "^3.1.1", + "vxe-table": "^4.6.25" }, "devDependencies": { "@vue/cli-plugin-babel": "^3.1.1",