From de24fe37e2af8456c49981dbe1ed9318ad2666b8 Mon Sep 17 00:00:00 2001
From: chenzeping <ChenZeping02609@163.com>
Date: 星期三, 07 四月 2021 15:32:26 +0800
Subject: [PATCH] Merge branch 'develop' of http://xearth.cn:6600/r/wuyushui/SewerAndRainNetwork into develop

---
 src/components/table/summarySheets.vue |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/src/components/table/summarySheets.vue b/src/components/table/summarySheets.vue
index 1d1d523..4ab8d7a 100644
--- a/src/components/table/summarySheets.vue
+++ b/src/components/table/summarySheets.vue
@@ -1,9 +1,11 @@
 <template>
     <div class="summary-sheets">
-        <div :class='["iconBtn",summaryVisible ? "active-button" : ""]' @click="closeBtn">
-            <img src="@assets/images/map-pages/icon/toolbox/table.png" alt="" class="icon">
-            <!--<span class="icon-name">缁熻琛�</span>-->
-        </div>
+        <el-tooltip :popper-class="'map-tooltip'" effect="dark" content="缁熻琛�" placement="left">
+            <div :class='["iconBtn",summaryVisible ? "active-button" : ""]' @click="closeBtn">
+                <img src="@assets/images/map-pages/icon/toolbox/table.png" alt="" class="icon">
+                <!--<span class="icon-name">缁熻琛�</span>-->
+            </div>
+        </el-tooltip>
         <Dialog ref="summarySheets" title="浼佷笟鎸囨爣鍒嗙被缁熻">
           <tab-handover></tab-handover>
         </Dialog >

--
Gitblit v1.8.0