From 5b9a1d6cb3a7d59c8f2de83c495bba1a069b2723 Mon Sep 17 00:00:00 2001
From: gaosp <gaosp>
Date: 星期五, 19 一月 2024 00:23:15 +0800
Subject: [PATCH] update

---
 src/container/Map/Map.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/container/Map/Map.vue b/src/container/Map/Map.vue
index 14f1a59..0b2c9b4 100644
--- a/src/container/Map/Map.vue
+++ b/src/container/Map/Map.vue
@@ -38,7 +38,7 @@
                                 :rowspan="v.rowspan" :colspan="v.colspan" :key="v.rowIndex + '-' + v.colIndex">
                                 <img @click="addDevice($event,v)" @mousedown="e => e.stopPropagation()" v-if="v.type ===2 && status!==2 && !v.id" src="./img/+.png" alt="娣诲姞鏈哄簥" title="娣诲姞鏈哄簥">
                                 <Device v-if="v.id" :id="v.id" style="width: 100%;height: 100%;" :deviceList="deviceList"
-:plantDeviceList="plantDeviceList"></Device>
+:plantDeviceList="plantDeviceList" ::info="info"></Device>
                             </td>
                         </tr>
                     </table>

--
Gitblit v1.9.3