From 4b5eda6876f2c877059452d3bb4bd10eb5a5bbff Mon Sep 17 00:00:00 2001 From: lion <120344285@qq.com> Date: Thu, 19 Oct 2023 14:10:41 +0800 Subject: [PATCH] up --- package.json | 2 + public/index.html | 7 ++ src/main.js | 3 + src/views/address/components/addAddress.vue | 94 +++++-------------- src/views/task/list/components/addPatrol.vue | 22 +++-- src/views/task/list/components/addUnit.vue | 23 +++-- src/views/task/list/components/showPatrol.vue | 8 +- src/views/task/list/patrol.vue | 10 +- src/views/task/list/unit.vue | 27 +++++- 9 files changed, 102 insertions(+), 94 deletions(-) diff --git a/package.json b/package.json index 3f13cdd..269d60a 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,8 @@ }, "dependencies": { "@riophae/vue-treeselect": "^0.4.0", + "@smallwei/avue": "^2.10.17", + "avue-plugin-map": "^1.0.1", "axios": "^0.26.1", "core-js": "3.6.5", "element-ui": "2.13.2", diff --git a/public/index.html b/public/index.html index 12c6783..1d655a0 100644 --- a/public/index.html +++ b/public/index.html @@ -6,6 +6,13 @@ <%= webpackConfig.name %> + + +