派生自 wuyushui/SewerAndRainNetwork

ChenZeping
2021-04-29 b25421d2fb6cc01343bc5eaa327a3838268ed068
问题修改
1个文件已删除
4个文件已修改
68 ■■■■ 已修改文件
src/components/table/Public.vue 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/table/ReportBounced.vue 36 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/table/SummarySheet.vue 15 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/table/components/tabHandover.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/conf/MapConfig.js 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/table/Public.vue
@@ -1,5 +1,6 @@
<template>
  <div class="report-bounced map-background" v-drag>
  <div class="report-bounced map-background">
<!--  <div class="report-bounced map-background" v-drag>-->
    <div class="public-bounced-title">
      <slot name='title'></slot>
    </div>
@@ -23,8 +24,8 @@
.report-bounced {
  z-index: 2000;
  position: fixed;
  top: 35%;
  left: 35%;
  top: 15%;
  left: 5%;
  .public-bounced-title {
    text-align: center;
src/components/table/ReportBounced.vue
File was deleted
src/components/table/SummarySheet.vue
@@ -9,7 +9,6 @@
      <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>
@@ -80,14 +79,20 @@
    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
src/components/table/components/tabHandover.vue
@@ -39,7 +39,7 @@
  data () {
    return {
      titleProp: '',
      activeName: 'first',
      activeName: 'gcComp',
      topicList: TopicList,
      gcComp: AirQuality
    }
src/conf/MapConfig.js
@@ -22,10 +22,10 @@
  minZoom: 3,
  maxZoom: 17,
  // center: [26, 104],
  // center: [38.828558921813965, 117.41676807403564],
  // zoom: 5,
  center: [32.25853085517883, 118.78592848777771],
  zoom: 15,
  center: [34.828558921813965, 117.41676807403564],
  zoom: 5,
  // center: [32.25853085517883, 118.78592848777771],
  // zoom: 15,
  worldCopyJump: true,
  inertia: true,
  zoomControl: false,