编辑监测点
This commit is contained in:
@@ -128,7 +128,7 @@
|
||||
|
||||
<movable-area class="map-pin-box-area">
|
||||
<movable-view :x="point.lat" :y="point.lng" direction="all" @change="dragPoint">
|
||||
<view class="point center">
|
||||
<view class="point">
|
||||
{{ point.alias || point.name }}
|
||||
</view>
|
||||
</movable-view>
|
||||
@@ -136,7 +136,7 @@
|
||||
</view>
|
||||
</view>
|
||||
<view class="content">
|
||||
<view class="content-des">请拖动图中的蓝色定位图标选择监测点位置(左上角)</view>
|
||||
<view class="content-des">请拖动图中的文字选择监测点位置</view>
|
||||
<uni-forms>
|
||||
<uni-data-select
|
||||
v-model="point.position"
|
||||
|
||||
Reference in New Issue
Block a user