派生自 wuyushui/SewerAndRainNetwork

wangqi
2021-03-31 f1d92a66c3d5f2c0b1625dc17f045f5f5a24e247
图表
2个文件已修改
18 ■■■■■ 已修改文件
src/components/BaseNav/PublicBounced/GasComponents/GasECharts.vue 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/BaseNav/PublicBounced/PublicBounced.vue 12 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/BaseNav/PublicBounced/GasComponents/GasECharts.vue
@@ -1,5 +1,7 @@
<template>
  <div class="GasEts">
        <div id="echarts" ref="main">
    </div>
        </div>
</template>
@@ -176,8 +178,8 @@
<style scoped lang="less">
    #echarts{
        width: 670px;
        height: 260px;
    width: 670px!important;
    height: 260px!important;
        position: relative;
        margin: 0;
        padding: 0;
src/components/BaseNav/PublicBounced/PublicBounced.vue
@@ -7,11 +7,11 @@
    <div class="public-bounced-content">
      <div class="public-bounced-content-left">
        <GasTab :displayContent="displayContent"></GasTab>
        <GasTabs></GasTabs>
        <div class="public-bounced-content-left-bottom">
<!--        <div class="public-bounced-content-left-bottom">-->
          <PublicTable v-if="value === 'gufei'" :requestSolidWasteData="displayContent.StoragePlaceId"></PublicTable>
          <GasECharts v-else></GasECharts>
        </div>
<!--          <GasECharts v-else></GasECharts>-->
          <GasTabs v-else></GasTabs>
<!--        </div>-->
      </div>
      <div class="public-bounced-content-right">
        <GasVideo></GasVideo>
@@ -25,7 +25,7 @@
import '@/components/BaseNav/SolidWaste/directive/dir'
import GasTab from '@components/BaseNav/PublicBounced/GasComponents/GasTab'
import PublicTable from '@components/BaseNav/PublicBounced/GasComponents/PublicTable'
import GasECharts from '@components/BaseNav/PublicBounced/GasComponents/GasECharts'
// import GasECharts from '@components/BaseNav/PublicBounced/GasComponents/GasECharts'
import GasVideo from '@components/BaseNav/PublicBounced/GasComponents/GasVideo'
import GasTabs from './GasComponents/GasTabs'
@@ -35,7 +35,7 @@
    GasTabs,
    GasTab,
    PublicTable,
    GasECharts,
    // GasECharts,
    // PublicTable,
    // GasECharts,
    GasVideo