a-map高德

news/2024/11/26 13:39:55/
<template>
<!-- 用户分布 --><div style="height:900px;"><el-amap vid="amapDemo" :zoom="zoom" :center="center" class="amap-demo"><!-- <el-amap-markerv-for="(componentMarker,index) in componentMarker":key="index":position="componentMarker.position":events="componentMarker.events"></el-amap-marker>--><el-amap-markerv-for="(item,index) in userList":key="index":position="[String(item.longitude),String(item.latitude)]":events="events"></el-amap-marker><!-- <el-amap-marker:position="[1.1,2.1]":events="events"></el-amap-marker>--><!-- 弹窗添加 --><div class="frame"><el-dialog :visible.sync="dialogFormVisible" width="400px"><el-form ref="form" :model="form"><el-row :span="8"><div class="textstyle">姓名 : {{formatData(form.userName)}}</div></el-row><el-row :span="8"><div class="textstyle">手机号 : {{formatData(form.telephone) }}</div></el-row><el-row :span="8"><div class="textstyle">车牌号 : {{ formatData(form.plateNumber)}}</div></el-row><el-row :span="8"><div class="textstyle">最后登录时间 : {{ formatData(form.loginTime)}}</div></el-row><el-row :span="8"><div class="textstyle">longitude : {{ formatData(form.longitude)}}</div></el-row><el-row :span="8"><div class="textstyle">latitude : {{formatData(form.latitude) }}</div></el-row></el-form><div slot="footer" class="dialog-footer"><!-- <el-button type="primary" size="small" @click="getAddCard('form')">保存</el-button> --><el-button size="small" @click="dialogFormVisible = false">返回</el-button></div></el-dialog></div></el-amap></div>
</template>
<style>
.frame .textstyle {font-size: 20px;margin-top: 15px;margin-left: 30px;
}
</style><script>
import { userMapGps, userJWFind } from "@/api/gpsMap";
export default {data() {return {events: {click: a => {this.dialogFormVisible = true;userJWFind({jing: a.target.F.position.lng,wei: a.target.F.position.lat}).then(response => {if (response.code === 0) {if (response.data) {this.form.userName = response.data.userName;this.form.telephone = response.data.telephone;this.form.plateNumber = response.data.plateNumber;this.form.loginTime = response.data.loginTime;this.form.longitude = response.data.longitude;this.form.latitude = response.data.latitude;} else {this.form.userName = "暂无数据";this.form.telephone = "暂无数据";this.form.plateNumber = "暂无数据";this.form.loginTime = "暂无数据";this.form.longitude = "暂无数据";this.form.latitude = "暂无数据";}} else {this.$message.error(response.msg);}});}},form: {userName: "",telephone: "",plateNumber: "",loginTime: "",longitude: "",latitude: ""},userList: [],tit: "111",dialogFormVisible: false,formLabelWidth: "100px",gridData: [{date: "2016-05-02",name: "王小虎",address: "上海市普陀区金沙江路 1518 弄"}],zoom: 4,// aaa:  '<div style="background: #fff">text from'+console.log(this)+'</div>',center: [121.5273285, 31.21515044],componentMarker: [{position: [121.5273285, 31.21515044],events: {click: loginPositionId => {cosnsole.log(1);}}}]};},created() {userMapGps().then(response => {if (response.code === 0) {var list = response.data;var newList = [];for (var i = 0; i < list.length; i++) {newList.push(list[i]);// if(newList[i].longitude === null||newList[i].longitude===''){newList[i].longitude = '0.0'}//  if(newList[i].latitude === null ||newList[i].latitude===''){newList[i].latitude = '0.0'}// console.log(newList[i].longitude);}// console.log(newList)  String(item.longitude),String(item.latitude)this.userList = newList;// console.log(this.userList);} else {this.$message.error(response.msg);}});},methods: {// 格式化数据formatData(v) {return v || "/";}}
};
</script>

http://www.ppmy.cn/news/778284.html

相关文章

高德地图车机版缩放版_高德地图车机版2020

高德地图车机版2020是2020年最新版本高德地图车机版&#xff0c;官方发布app提供给小伙伴们能够在软件上快速定位&#xff0c;找到自己想去的地方&#xff0c;出发的路线等等&#xff0c;可以给自己许多可以选择的路线 高德地图车机版2020软件介绍 高德地图---中国专业的地图&a…

2021年全国高德地图数据下载

北京市(2422736)-下载 天津市(1010228)-下载 河北省(3824442)-下载 山西省(1984780)-下载 内蒙古自治区(1690901)-下载 辽宁省(2960745)-下载 吉林省(1542322)-下载 黑龙江省(1887037)-下载 上海市(2580702)-下载 江苏省(7375620)-下载 浙江省(6064243)-下载 安徽省…

android模拟器高德地图,【高德地图电脑版】高德地图电脑版官方下载 含安卓模拟器 车机版-趣致软件园...

高德地图电脑版介绍 高德地图电脑版是一款十分好用的在线地图软件&#xff0c;一款能够让每一个用户都能在电脑上轻松体验最简单的地图查询&#xff0c;在这里轻松查看地图位置信息&#xff0c;在电脑上一站式在线查询。高德地图车机版内置了一个十分好用的在线平台&#xff0c…

【python学习】matplotlib绘制仅有y轴的数值条码图/台阶图(隐藏特定坐标轴)

matplotlib绘制仅有y轴的数值条码图/台阶图 图形来源图形绘制思路绘图代码 图形来源 今天看文章&#xff0c;文章中有一幅图&#xff0c;图的表达形式很适合我目前的数据展示&#xff0c;于是想要用python画出来。 文章来源&#xff1a;Yun-Hua Cheng_2017_Scientific Report…

百度地图添加叠加层

百度地图添加叠加层 npm install vue-baidu-map --save<template> <!-- center:地图的中心 zoom&#xff1a;地图的层级 ready&#xff1a;地图的初始化事件 :scroll-wheel-zoom&#xff1a;是否支持鼠标缩放--><baidu-map class"map" :center"…

fopen无法打开文件

博主也遇到了如题的问题&#xff0c;后来发现是编码不对&#xff0c;通过VS2019高级保存选项高级保存选项修改编码&#xff0c;呼fopen终于能用了。

用fopen打开文件失败

程序在使用命令行运行的时候&#xff0c; 在打开文件时需要附上文件路径&#xff0c; 而且还有可能由于权限问题打开失败。 使用编译生成的exe文件直接运行就可以使用文件名打开当前目录下的文件&#xff0c; 在符合函数要求的条件下不会失败。

我来告诉你OFD格式发票用什么软件打开

OFD即“开放式文档格式”&#xff0c;具有完整的版式、图像、文字、音频、视频等多媒体元素&#xff0c;并且支持数字签名和安全加密等功能。现在&#xff0c;OFD格式已经成为了电子发票的主流格式之一&#xff0c;和其他电子发票格式一样&#xff0c;OFD发票可以节省纸张、便于…