From 9289f5fd30c4cf89845482cb5ec351962dce852a Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期二, 30 十二月 2025 16:20:17 +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