From 9072baff6c36fb63f1a7bc130b0dd24b44f0f10b Mon Sep 17 00:00:00 2001 From: lion <120344285@qq.com> Date: Fri, 29 Mar 2024 15:21:14 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8A=B1=E5=90=8D=E5=86=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 1 + public/index.html | 5 +- src/components/XyDialog/index.vue | 3 + src/main.js | 23 ++ src/views/books/books.vue | 152 +++++++++ src/views/books/components/addBook.vue | 174 ++++++++++ src/views/books/index.vue | 151 +++++++++ src/views/flood/components/addFlood.vue | 268 +++++++++++++++ src/views/flood/components/addPlan.vue | 225 +++++++++++++ src/views/flood/components/addTeam.vue | 224 +++++++++++++ src/views/flood/components/showFlood.vue | 405 +++++++++++++++++++++++ src/views/flood/flood.vue | 187 +++++++++++ src/views/flood/plan.vue | 139 ++++++++ src/views/team/components/addTeam.vue | 229 +++++++++++++ src/views/team/team.vue | 147 ++++++++ 15 files changed, 2331 insertions(+), 2 deletions(-) create mode 100644 src/views/books/books.vue create mode 100644 src/views/books/components/addBook.vue create mode 100644 src/views/books/index.vue create mode 100644 src/views/flood/components/addFlood.vue create mode 100644 src/views/flood/components/addPlan.vue create mode 100644 src/views/flood/components/addTeam.vue create mode 100644 src/views/flood/components/showFlood.vue create mode 100644 src/views/flood/flood.vue create mode 100644 src/views/flood/plan.vue create mode 100644 src/views/team/components/addTeam.vue create mode 100644 src/views/team/team.vue diff --git a/package.json b/package.json index 22f5dec..eabce83 100644 --- a/package.json +++ b/package.json @@ -33,6 +33,7 @@ "tinymce": "^5.10.7", "view-design": "^4.7.0", "vue": "2.6.10", + "vue-amap": "^0.5.10", "vue-count-to": "^1.0.13", "vue-matomo": "^4.2.0", "vue-print-nb-jeecg": "^1.0.12", diff --git a/public/index.html b/public/index.html index 0daf6ee..ebec512 100644 --- a/public/index.html +++ b/public/index.html @@ -9,11 +9,12 @@ - + +