|
@@ -41,10 +41,11 @@
|
|
|
</div>
|
|
|
|
|
|
<div style="width: 80%; float: left;">
|
|
|
- <Supermap ref="areaSupermap" style="width: 100%;height:75vh"
|
|
|
- :mapDiv="uuid" :mapSite="{doubleClickZoom:false}" :codes="['9fa5']"
|
|
|
- :isSideBySide="false" :showAreaLatLng="showAreaLatLng"></Supermap>
|
|
|
+ <Supermap ref="areaSupermap" style="width: 100%;height:75vh"
|
|
|
+ :mapDiv="uuid" :mapSite="{doubleClickZoom:false}" :codes="['9fa5']"
|
|
|
+ :isSideBySide="false" :showAreaLatLng="showAreaLatLng"></Supermap>
|
|
|
</div>
|
|
|
+
|
|
|
</div>
|
|
|
<el-button type="primary" @click="closeDialog">确定</el-button>
|
|
|
<el-button @click="clearAway">清除</el-button>
|
|
@@ -81,11 +82,14 @@
|
|
|
</div>
|
|
|
|
|
|
<div style="width: 80%; float: left;">
|
|
|
- <supermap ref="supermap" style="width: 100%; height: 75vh;" :putSmUserID_layer="putSmUserID_layer" @showLatLng="showLatLng"></supermap>
|
|
|
+ <supermap ref="supermap" style="width: 100%; height: 75vh;" :putSmUserID_layer="putSmUserID_layer" @showLatLng="showLatLng"></supermap>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <el-button type="primary" @click="closeDialog">确定</el-button>
|
|
|
- <el-button @click="clearAway">清除</el-button>
|
|
|
+
|
|
|
+
|
|
|
+ <el-button type="primary" @click="closeDialog">确定</el-button>
|
|
|
+ <el-button @click="clearAway">清除</el-button>
|
|
|
+ <span style="float: none; margin-left: 200px;">操作提示:鼠标右击完成标记,点击【确定】按钮,为标记区域命名</span>
|
|
|
</el-dialog>
|
|
|
|
|
|
|