gemercheung 1 rok temu
rodzic
commit
773082f3bc
1 zmienionych plików z 1 dodań i 1 usunięć
  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">