From d8201c229e426ce4655c31067ea8047ada68e4aa Mon Sep 17 00:00:00 2001 From: Jackwang Date: Thu, 9 Sep 2021 14:08:58 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=91=E6=8E=A7=E8=AE=BE=E5=A4=87=E7=AE=A1?= =?UTF-8?q?=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/custom/address-check.vue | 52 ++++ src/views/modules/custom/map-select.vue | 253 ++++++++++++++++++ .../custom/monitoring-add-or-update.vue | 189 ++++++++----- src/views/modules/custom/monitoring.vue | 108 ++++++-- 4 files changed, 510 insertions(+), 92 deletions(-) create mode 100644 src/views/modules/custom/address-check.vue create mode 100644 src/views/modules/custom/map-select.vue diff --git a/src/views/modules/custom/address-check.vue b/src/views/modules/custom/address-check.vue new file mode 100644 index 0000000..15f31d2 --- /dev/null +++ b/src/views/modules/custom/address-check.vue @@ -0,0 +1,52 @@ + + diff --git a/src/views/modules/custom/map-select.vue b/src/views/modules/custom/map-select.vue new file mode 100644 index 0000000..b838b37 --- /dev/null +++ b/src/views/modules/custom/map-select.vue @@ -0,0 +1,253 @@ + + + diff --git a/src/views/modules/custom/monitoring-add-or-update.vue b/src/views/modules/custom/monitoring-add-or-update.vue index 8dd464f..654999c 100644 --- a/src/views/modules/custom/monitoring-add-or-update.vue +++ b/src/views/modules/custom/monitoring-add-or-update.vue @@ -1,67 +1,89 @@