From d6472000203009e9ff3b26d89486f90ba94a7b20 Mon Sep 17 00:00:00 2001 From: 23688nl <329261568@qq.com> Date: Fri, 16 Sep 2022 11:51:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=EF=BC=9A=20=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E7=AE=A1=E7=90=86=20=E8=AF=A6=E6=83=85=E4=B9=9F?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20=E9=A1=B9=E7=9B=AE=E5=9C=B0=E5=9D=80=20?= =?UTF-8?q?=E5=9C=B0=E5=9B=BE=E5=B1=95=E7=A4=BA=E6=95=88=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/iot/project/profileV2/details.vue | 136 +++++++++++++++++++- src/views/iot/video/site/index.vue | 3 +- 2 files changed, 130 insertions(+), 9 deletions(-) diff --git a/src/views/iot/project/profileV2/details.vue b/src/views/iot/project/profileV2/details.vue index e1d4598e..c6e315cb 100644 --- a/src/views/iot/project/profileV2/details.vue +++ b/src/views/iot/project/profileV2/details.vue @@ -54,9 +54,67 @@ {{ infoData["contacts3"] || "--" }} - {{ - infoData.projectAddress - }} + +
+ + {{ infoData.projectAddress }} + + + + + + + + 经度:{{ mapForm.lng }} + + + 纬度:{{ mapForm.lat }} + + + + + + +
+ 确 定 +
+
+
+
+
@@ -73,9 +131,11 @@ -
+
diff --git a/src/views/iot/video/site/index.vue b/src/views/iot/video/site/index.vue index c6109501..a63a2d48 100644 --- a/src/views/iot/video/site/index.vue +++ b/src/views/iot/video/site/index.vue @@ -470,9 +470,9 @@ import { listSite, getSite, delSite, addSite, updateSite } from "@/api/iot/site" import { listProject } from "@/api/iot/project"; -import { initMap, gjzCode } from "@/utils/latlngFromAddress"; import Treeselect from "@riophae/vue-treeselect"; import "@riophae/vue-treeselect/dist/vue-treeselect.css"; +import { initMap, gjzCode } from "@/utils/latlngFromAddress"; import ShopLocation from "@/components/Amap/components/shopLocation/index"; import SelectTableWrap from "@/components/SelectTable/index"; import { serviceApiDesc } from '@/config/dvr.config' @@ -922,7 +922,6 @@ export default { }, /** 提交按钮 */ submitForm: function () { - console.log(this.form); this.$refs["form"].validate((valid) => { if (valid) { if (this.form.recordId != undefined) {