| | |
| | | <div class="subtopic" v-if="subtopic"> |
| | | <el-tooltip :popper-class="'map-tooltip'" effect="dark" content="统计表" placement="bottom"> |
| | | <div :class='["iconBtn",summaryVisible ? "active-button" : ""]' @click="closeBtn('统计表')"> |
| | | <!-- --> |
| | | <i class="icon iconfont iconbiaoge2"></i> |
| | | <!--<span class="icon-name">统计表</span>--> |
| | | </div> |
| | |
| | | closeBtn (item) { |
| | | this.$refs.titleProp.refsDatatitle(item) |
| | | this.summaryVisible = !this.summaryVisible |
| | | }, |
| | | showWarnDialog (item) { |
| | | this.$refs.titlePropStatics.refsDatatitle(item) |
| | | this.warnVisible = !this.warnVisible |
| | | this.warnVisible = false |
| | | this.companyVisible = false |
| | | }, |
| | | showStatisDialog (item) { |
| | | this.$refs.titlePropWarn.refsDatatitle(item) |
| | | this.companyVisible = !this.companyVisible |
| | | this.summaryVisible = false |
| | | this.warnVisible = false |
| | | }, |
| | | showWarnDialog (item) { |
| | | this.$refs.titlePropStatics.refsDatatitle(item) |
| | | this.warnVisible = !this.warnVisible |
| | | this.summaryVisible = false |
| | | this.companyVisible = false |
| | | }, |
| | | subtopicBtn () { |
| | | this.subtopic = !this.subtopic |