From 9459612c7ef903fd4de76c84f6c172ee3b0ea144 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Sat, 24 Apr 2021 17:41:12 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/jfpt-Vue
---
public/map/popup/html/FlareClusterLayer_v3 copy.html | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/public/map/popup/html/FlareClusterLayer_v3 copy.html b/public/map/popup/html/FlareClusterLayer_v3 copy.html
index 3fb8dea..063b02c 100644
--- a/public/map/popup/html/FlareClusterLayer_v3 copy.html
+++ b/public/map/popup/html/FlareClusterLayer_v3 copy.html
@@ -199,7 +199,9 @@
<span class="r-b-t-left" style="position: relative; top: -27px">部署图片</span>
<span class="r-b-t-right">
<div class="r-b-t-r-imgsl" v-for="(value, index) in imgsl" :key="index">
- <el-image style="width: 68px; height: 68px" :src="value" :preview-src-list="imgsl"
+ <!-- <el-image style="width: 68px; height: 68px" :src="value" :preview-src-list="imgsl"
+ v-show="value != 'no'"> -->
+ <el-image style="width: 68px; height: 68px" :src="value"
v-show="value != 'no'">
</el-image>
<div v-show="value == 'no'" style="
--
Gitblit v1.9.3