From ca7476a6353e8842a9ec7b4f785924edc3f7da69 Mon Sep 17 00:00:00 2001 From: zhangshuaibao <15731629597@163.com> Date: 星期三, 07 四月 2021 14:05:18 +0800 Subject: [PATCH] Merge branch 'develop' of http://xearth.cn:6600/r/wuyushui/SewerAndRainNetwork into develop --- src/components/table/enterprise.vue | 4 ++-- src/components/table/summarySheets.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/table/enterprise.vue b/src/components/table/enterprise.vue index 371e9cb..261ca06 100644 --- a/src/components/table/enterprise.vue +++ b/src/components/table/enterprise.vue @@ -3,7 +3,7 @@ <div class="enterprise-function" @click="showWarnDialog()"> <div :class='["iconBtn",warnVisible ? "active-button" : ""]'> <img src="@/assets/images/map-pages/icon/map/warn.png" alt="" class="icon"> - <span class="icon-name">棰勬姤璀�</span> + <!--<span class="icon-name">棰勬姤璀�</span>--> <!-- <el-tooltip :popper-class="'map-tooltip'" effect="dark" content="棰勬姤璀�" placement="left"> <img src="@/assets/images/map-pages/icon/map/warn.png" alt="" width="26px" style="display: block;margin: auto"> @@ -13,7 +13,7 @@ <div class="enterprise-function" @click="showStatisDialog()"> <div :class='["iconBtn",companyVisible ? "active-button" : ""]'> <img src="@/assets/images/map-pages/icon/map/company.png" alt="" class="icon"> - <span class="icon-name">鎸囨爣</span> +<!-- <span class="icon-name">鎸囨爣</span>--> </div> </div> <Dialog ref="warnDialog" title="浼佷笟棰勮鎶ヨ鍒嗙被缁熻" > diff --git a/src/components/table/summarySheets.vue b/src/components/table/summarySheets.vue index dcd7169..1d1d523 100644 --- a/src/components/table/summarySheets.vue +++ b/src/components/table/summarySheets.vue @@ -2,7 +2,7 @@ <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> + <!--<span class="icon-name">缁熻琛�</span>--> </div> <Dialog ref="summarySheets" title="浼佷笟鎸囨爣鍒嗙被缁熻"> <tab-handover></tab-handover> -- Gitblit v1.8.0