| | |
| | | <div class="public-bounced-content-left-bottom"> |
| | | <PublicTable v-if="value === 'gufei'" :displayContentTable="displayContentTable"></PublicTable> |
| | | <!-- <GasECharts v-else></GasECharts>--> |
| | | <PublicTab v-else></PublicTab> |
| | | <PublicSwitch v-else></PublicSwitch> |
| | | </div> |
| | | </div> |
| | | <div class="public-bounced-content-right"> |
| | |
| | | import '@/components/BaseNav/SolidWaste/directive/dir' |
| | | import GasTab from '@components/BaseNav/PublicBounced/GasComponents/PublicTabs' |
| | | import PublicTable from '@components/BaseNav/PublicBounced/GasComponents/PublicTable' |
| | | // import GasTabs from './GasComponents/GasTabs' |
| | | import GasVideo from '@components/BaseNav/PublicBounced/GasComponents/GasVideo' |
| | | import PublicTab from './GasComponents/PublicTab' |
| | | import GasVideo from '@components/BaseNav/PublicBounced/GasComponents/PublicVideo' |
| | | import PublicSwitch from './GasComponents/PublicSwitch' |
| | | |
| | | export default { |
| | | name: 'PublicBounced', |
| | |
| | | GasTab, |
| | | PublicTable, |
| | | GasVideo, |
| | | PublicTab |
| | | PublicSwitch |
| | | }, |
| | | data () { |
| | | return { |
| | |
| | | }, |
| | | methods: { |
| | | setData (dataBasic, dataDetailed, value) { |
| | | dataBasic.forEach(item => { |
| | | this.displayContentTitle = item.StoragePlaceName |
| | | }) |
| | | // dataBasic.forEach(item => { |
| | | // this.displayContentTitle = item.StoragePlaceName |
| | | // }) |
| | | this.displayContentTab = dataBasic |
| | | this.displayContentTable = dataDetailed |
| | | this.flag = true |