派生自 wuyushui/SewerAndRainNetwork

wangqi
2021-04-08 f3feaf2aec7662a570a61646845d42f5f4ec3a41
src/components/table/summarySheets.vue
@@ -9,7 +9,7 @@
    <!--        <Dialog ref="summarySheets" title="企业指标分类统计">-->
    <!--          <tab-handover></tab-handover>-->
    <!--        </Dialog >-->
    <div class="dialog" v-drag>
    <div class="dialog" v-drag v-show="dialogShow">
      <tab-handover></tab-handover>
    </div>
  </div>
@@ -29,11 +29,13 @@
  },
  data () {
    return {
      summaryVisible: false
      summaryVisible: false,
      dialogShow: false
    }
  },
  methods: {
    closeBtn () {
      this.dialogShow = !this.dialogShow
      // const summary = document.getElementById('summary')
      // summary.style.display = 'none'
      this.$refs.summarySheets.show()
@@ -61,8 +63,8 @@
  z-index: 500;
  .dialog {
    width: 800px;
    height: 300px;
    //width: 800px;
    //height: 300px;
    position: absolute;
    top: 15%;
    left: 3rem;