File was renamed from src/components/BaseNav/PublicBounced/GasComponents/PublicSwitch.vue |
| | |
| | | import ECharts from './ECharts' |
| | | |
| | | export default { |
| | | name: 'PublicSwitch', |
| | | name: 'PublicChart', |
| | | components: { |
| | | ECharts |
| | | }, |
| | |
| | | <div class="public-bounced-content-left-bottom"> |
| | | <PublicTable v-if="value === 'gufei'" :displayContentTable="displayContentTable"></PublicTable> |
| | | <!-- <GasECharts v-else></GasECharts>--> |
| | | <PublicSwitch v-else></PublicSwitch> |
| | | <PublicChart v-else></PublicChart> |
| | | </div> |
| | | </div> |
| | | <div class="public-bounced-content-right"> |
| | |
| | | import GasTab from '@components/BaseNav/PublicBounced/GasComponents/PublicTabs' |
| | | import PublicTable from '@components/BaseNav/PublicBounced/GasComponents/PublicTable' |
| | | import GasVideo from '@components/BaseNav/PublicBounced/GasComponents/PublicVideo' |
| | | import PublicSwitch from './GasComponents/PublicSwitch' |
| | | import PublicChart from './GasComponents/PublicChart' |
| | | |
| | | export default { |
| | | name: 'PublicBounced', |
| | |
| | | GasTab, |
| | | PublicTable, |
| | | GasVideo, |
| | | PublicSwitch |
| | | PublicChart |
| | | }, |
| | | data () { |
| | | return { |