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;
+}