gemercheung 1 năm trước cách đây
mục cha
commit
773082f3bc
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/view/map/map-right.vue

+ 1 - 1
src/view/map/map-right.vue

@@ -107,7 +107,7 @@
   </div>
 
   <SingleInput :visible="!!inputPoint" @update:visible="inputPoint = null" :value="inputPoint?.name || ''"
-    :update-value="updatePointName" title="修改点位名称" />
+    :update-value="updatePointName" title="测点说明" placeholder="请填写测点说明"/>
 </template>
 
 <script setup lang="ts">