@@ -175,30 +175,30 @@ export default {
networkOptions: [
{
id: 1,
- name:'移动'
+ name: "移动",
},
{
id: 2,
- name:'联通'
+ name: "联通",
},
{
id: 3,
- name:'电信'
- }
+ name: "电信",
+ },
], //网络类型
statusOptions: [
{
id: 1,
- name:'在运'
+ name: "在运",
},
{
id: 2,
- name:'停运'
+ name: "停运",
},
{
id: 3,
- name:'调试'
- }
+ name: "调试",
+ },
], //状态
rules: {
cmdId: [
diff --git a/src/views/management/monitoringEquipment/photographicDevice/components/gpsPosition.vue b/src/views/management/monitoringEquipment/photographicDevice/components/gpsPosition.vue
index cb507ce..3f6b94f 100644
--- a/src/views/management/monitoringEquipment/photographicDevice/components/gpsPosition.vue
+++ b/src/views/management/monitoringEquipment/photographicDevice/components/gpsPosition.vue
@@ -7,7 +7,7 @@
width="662px"
@close="handleclose"
>
-
+
+
+
+
+ 采集时间 {{ $moment(infornr.updatetime).format("YYYY-MM-DD HH:mm:ss") }}
+
+
+ 经度 {{ infornr.longitude }}
+
+
+ 纬度 {{ infornr.latitude }}
+
+
+ 半径 {{ infornr.radius }}
+
+
+ 获取最新GPS位置