From 49bec39b6bfefc5692418c24e59cf76ad0885850 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期三, 31 十二月 2025 10:03:16 +0800
Subject: [PATCH] fix: bug

---
 packages/components/src/Input/ChooseLocationInput.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/packages/components/src/Input/ChooseLocationInput.vue b/packages/components/src/Input/ChooseLocationInput.vue
index 968d011..019e2d6 100644
--- a/packages/components/src/Input/ChooseLocationInput.vue
+++ b/packages/components/src/Input/ChooseLocationInput.vue
@@ -5,7 +5,7 @@
     :input-align="props.inputAlign"
     readonly
     @click="handleChooseLocation"
-    :modelValue="props.modelValue.address"
+    :modelValue="props.modelValue.addressName"
     alwaysEmbed
   >
     <template #clear>
@@ -16,7 +16,7 @@
     </template>
     <template #right>
       <slot name="right">
-        <img :src="IconLocation" class="choose-location-input-icon" />
+        <!-- <img :src="IconLocation" class="choose-location-input-icon" /> -->
       </slot>
     </template>
   </nut-input>

--
Gitblit v1.10.0