gemercheung 1 year ago
parent
commit
773082f3bc
1 changed files with 1 additions and 1 deletions
  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">