派生自 wuyushui/SewerAndRainNetwork

wangqi
2021-04-08 fb463c015f75915ce2bf7dbcff1495e23ccb9451
src/components/table/summarySheets.vue
@@ -6,20 +6,26 @@
                <!--<span class="icon-name">统计表</span>-->
            </div>
        </el-tooltip>
        <Dialog ref="summarySheets" title="企业指标分类统计">
    <!--        <Dialog ref="summarySheets" title="企业指标分类统计">-->
    <!--          <tab-handover></tab-handover>-->
    <!--        </Dialog >-->
    <div class="dialog" v-drag>
          <tab-handover></tab-handover>
        </Dialog >
    </div>
    </div>
</template>
<script>
import tabHandover from '@components/table/components/tabHandover'
import Dialog from '@views/popup/Dialog'
// import Dialog from '@views/popup/Dialog'
import '@/components/BaseNav/SolidWaste/directive/dir'
export default {
  name: 'summary-sheet.vue',
  components: {
    tabHandover,
    Dialog
    tabHandover
    // Dialog
  },
  data () {
    return {
@@ -54,7 +60,16 @@
        /*height: 265px;*/
        z-index:500;
  .dialog {
    width: 800px;
    height: 300px;
    position: absolute;
    top: 15%;
    left: 3rem;
  }
        /*color: #fff;*/
       .el-icon-c-scale-to-original {
         width: 30px;
         height: 30px;