From ab701df859cd79ae036f8cc86268137d2c8da8ee Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Thu, 22 Feb 2024 18:00:56 +0800
Subject: [PATCH] 消防自查导出、消防自查和场所检查增加场所类别字段
---
package.json | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/package.json b/package.json
index 8731f36..11f3d20 100644
--- a/package.json
+++ b/package.json
@@ -11,12 +11,15 @@
"test:e2e": "vue-cli-service test:e2e"
},
"dependencies": {
+ "avue-plugin-map": "^1.0.1",
"avue-plugin-ueditor": "^0.1.4",
"axios": "^0.18.0",
"babel-polyfill": "^6.26.0",
"classlist-polyfill": "^1.2.0",
"crypto-js": "^4.0.0",
+ "echarts": "^5.4.3",
"element-ui": "^2.15.6",
+ "file-saver": "^2.0.5",
"js-base64": "^2.5.1",
"js-cookie": "^2.2.0",
"js-md5": "^0.7.3",
@@ -27,9 +30,11 @@
"script-loader": "^0.7.2",
"vue": "^2.6.10",
"vue-axios": "^2.1.2",
+ "vue-cron": "^1.0.9",
"vue-i18n": "^8.7.0",
"vue-router": "^3.0.1",
- "vuex": "^3.1.1"
+ "vuex": "^3.1.1",
+ "xlsx": "^0.16.9"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.1.1",
--
Gitblit v1.9.3