qinhouyu 1 年之前
父节点
当前提交
4b47d2248a
共有 2 个文件被更改,包括 8 次插入7 次删除
  1. 1 1
      src/components/eventLocation.vue
  2. 7 6
      src/views/monitor.vue

+ 1 - 1
src/components/eventLocation.vue

@@ -571,7 +571,7 @@ export default {
                 '                  <div class="d-l-l-text">' +
                 '                  <h4>网络运营商:' + (res.data[i].operatorType == "1" ? "联通" :
                   (res.data[i].operatorType == "2" ? "移动":
-                    (res.data[i].operatorType == "3" ? "电信":  "无")) + '</h4>' +
+                    (res.data[i].operatorType == "3" ? "电信":  "无"))) + '</h4>' +
                 '                </div>' +
                 '                </div>' +
                 '                </span>' +

+ 7 - 6
src/views/monitor.vue

@@ -1225,7 +1225,7 @@ import {
                 '                  <div class="d-l-l-text">' +
                 '                  <h4>网络运营商:' + (res.data[i].operatorType == "1" ? "联通" :
                   (res.data[i].operatorType == "2" ? "移动":
-                    (res.data[i].operatorType == "3" ? "电信":  "无")) + '</h4>' +
+                    (res.data[i].operatorType == "3" ? "电信":  "无"))) + '</h4>' +
                 '                </div>' +
                 '                </div>' +
                 '                </span>' +
@@ -1356,15 +1356,16 @@ import {
                 '<span>' +
                 '                  <div class="d-l-con">' +
                 '                  <div class="d-l-l-text">' +
-                '                  <h4>经纬度:' + res.data[i].longitude + ',' + res.data[i].latitude +
-                '</h4>' +
+                '                  <h4>经纬度:' + res.data[i].longitude +
+                ',' + res.data[i].latitude + '</h4>' +
                 '                </div>' +
                 '                </div>' +
                 '                </span>' +
                 '<span>' +
                 '                  <div class="d-l-con">' +
                 '                  <div class="d-l-l-text">' +
-                '                  <h4>摄像头名称:' + res.data[i].cameraName + '</h4>' +
+                '                  <h4>摄像头名称:' + res.data[i]
+                  .cameraName + '</h4>' +
                 '                </div>' +
                 '                </div>' +
                 '                </span>' +
@@ -1373,7 +1374,7 @@ import {
                 '                  <div class="d-l-l-text">' +
                 '                  <h4>网络运营商:' + (res.data[i].operatorType == "1" ? "联通" :
                   (res.data[i].operatorType == "2" ? "移动":
-                    (res.data[i].operatorType == "3" ? "电信":  "无")) + '</h4>' +
+                    (res.data[i].operatorType == "3" ? "电信":  "无"))) + '</h4>' +
                 '                </div>' +
                 '                </div>' +
                 '                </span>' +
@@ -1381,7 +1382,7 @@ import {
                 '                  <div class="d-l-con">' +
                 '                  <div class="d-l-l-text">' +
                 '                  <h4>摄像头半径:' + res.data[i]
-                .cameraRadius + '米</h4>' +
+                  .cameraRadius + '米</h4>' +
                 '                </div>' +
                 '                </div>' +
                 '                </span>' +