From b91c71780549b06f0729b50cf7b94a1c037968b9 Mon Sep 17 00:00:00 2001 From: gaosp <gaosp> Date: 星期日, 21 一月 2024 23:02:30 +0800 Subject: [PATCH] update --- src/container/mapPreview/Map.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/container/mapPreview/Map.vue b/src/container/mapPreview/Map.vue index 4010048..b8533f7 100644 --- a/src/container/mapPreview/Map.vue +++ b/src/container/mapPreview/Map.vue @@ -1,7 +1,7 @@ <!-- * @Date: 2024-01-05 23:47:53 * @LastEditors: Sneed - * @LastEditTime: 2024-01-21 22:36:40 + * @LastEditTime: 2024-01-21 22:43:47 * @FilePath: /belleson-frontend/Users/mache/Documents/demo/mdc/src/container/mapPreview/Map.vue --> <template> @@ -16,7 +16,7 @@ :width="v.colspan * height + 'px'" :height="v.rowspan * height + 'px'" v-for="v in item" :rowspan="v.rowspan" :colspan="v.colspan" :key="v.rowIndex + '-' + v.colIndex"> <Device @click.native="toDetail(v)" v-if="v.id" :id="v.id" style="width: 100%;height: 100%;" - :deviceList="deviceList" :plantDeviceList="plantDeviceList" ::info="info"></Device> + :deviceList="deviceList" :plantDeviceList="plantDeviceList"></Device> </td> </tr> </table> -- Gitblit v1.9.3