+
1
@@ -169,14 +94,22 @@
安徽省------
-
报警
+
+
+
+ 1
+ 2024-07-18 01:18:53
+
+
手动触发紧急报警---------
+
+
@@ -187,12 +120,18 @@
diff --git a/sgzb-ui/src/views/warehouseManage/machinery/coding/index.vue b/sgzb-ui/src/views/warehouseManage/machinery/coding/index.vue
index 6127451e..4e9f4712 100644
--- a/sgzb-ui/src/views/warehouseManage/machinery/coding/index.vue
+++ b/sgzb-ui/src/views/warehouseManage/machinery/coding/index.vue
@@ -535,7 +535,8 @@
@@ -644,6 +645,8 @@ export default {
// 地图弹框
mapDialogVisible: false,
+ deviceName: '',
+ deviceType: '',
}
},
created() {
@@ -845,15 +848,9 @@ export default {
},
// 查看设备地图
handleMap(row) {
- console.log('~ handleMap ~ 地图', row)
- const params = {
- deviceType: row.deviceType,
- }
- // 点击打开弹框
- // this.$refs.mapDialog.openMapDialog(true)
+ this.deviceName = row.specificationType
+ this.deviceType = row.maStatusName
this.mapDialogVisible = true
-
- // this.$refs.mapDialog.getEquipmentInfo(params)
},
handlePush() {
this.$modal