From daba8e7a98097fd22b186cc92d9d860ba2a48484 Mon Sep 17 00:00:00 2001 From: "BOOL\\25024" Date: Sat, 5 Aug 2023 10:11:36 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=90=E8=90=A5=E5=95=86=E9=80=89=E6=8B=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/MapContainer/MapContainer.vue | 2 +- jsowell-ui/src/views/pile/merchant/index.vue | 93 ++++++++++++++----- 2 files changed, 73 insertions(+), 22 deletions(-) diff --git a/jsowell-ui/src/components/MapContainer/MapContainer.vue b/jsowell-ui/src/components/MapContainer/MapContainer.vue index 22f303f7c..66543ef4d 100644 --- a/jsowell-ui/src/components/MapContainer/MapContainer.vue +++ b/jsowell-ui/src/components/MapContainer/MapContainer.vue @@ -81,8 +81,8 @@ export default { // this.initMap(this.lat, this.lng); // }); // }, + // 在这里处理点击事件 handleSearchResultClick(data) { - // 在这里处理点击事件 // console.log(data); // 你可以在控制台打印点击结果的数据 let lat = data.entr_location.lat; let lng = data.entr_location.lng; diff --git a/jsowell-ui/src/views/pile/merchant/index.vue b/jsowell-ui/src/views/pile/merchant/index.vue index 660cf3d71..9c186dd59 100644 --- a/jsowell-ui/src/views/pile/merchant/index.vue +++ b/jsowell-ui/src/views/pile/merchant/index.vue @@ -237,16 +237,22 @@ - - + - + - + - - - + + - - - + + + - - - + + .el-input { + width: 280px; +}