From 7446d2c97f927347d3bf3f468c103020b36cfb55 Mon Sep 17 00:00:00 2001 From: zmj <1493694146@qq.com> Date: Fri, 7 Jun 2024 09:43:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=8E=A5=E5=8F=A3=E8=B7=AF?= =?UTF-8?q?=E5=BE=84=EF=BC=8C=E8=B0=83=E6=95=B4=E9=85=8D=E7=BD=AE=EF=BC=8C?= =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=94=A8=E6=88=B7=E5=8F=8A=E8=AE=A2=E5=8D=95?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E5=8A=9F=E8=83=BD=EF=BC=8C=E5=B9=B6=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E9=83=A8=E5=88=86bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/permission/role/auth.vue | 55 ++++++++++++++--------------- src/views/storesSet/index.vue | 6 ++-- src/views/storesSet/myMap/index.vue | 44 ++++++++++++----------- 3 files changed, 55 insertions(+), 50 deletions(-) diff --git a/src/views/permission/role/auth.vue b/src/views/permission/role/auth.vue index 616edb7..c49b2ef 100644 --- a/src/views/permission/role/auth.vue +++ b/src/views/permission/role/auth.vue @@ -1,21 +1,8 @@ diff --git a/src/views/storesSet/index.vue b/src/views/storesSet/index.vue index 716fa0b..dfd1bd8 100644 --- a/src/views/storesSet/index.vue +++ b/src/views/storesSet/index.vue @@ -15,8 +15,8 @@ - + @@ -100,6 +100,8 @@ const formData = reactive({ city_id: '', area_id: '', street_id: '', + address: "", + title: "", lat: "", lng: "", range: '1', diff --git a/src/views/storesSet/myMap/index.vue b/src/views/storesSet/myMap/index.vue index 989db74..f2c044a 100644 --- a/src/views/storesSet/myMap/index.vue +++ b/src/views/storesSet/myMap/index.vue @@ -1,32 +1,34 @@