gemercheung 1 年之前
父節點
當前提交
773082f3bc
共有 1 個文件被更改,包括 1 次插入1 次删除
  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">