| | |
| | | <span >超标</span> |
| | | <i style=" background: orange;"></i> |
| | | </div> |
| | | <component :is="currentTab" v-bind="$attrs" ref="Echatrs"></component> |
| | | <component :is="currentTab" v-bind="$attrs" ref="Echats"></component> |
| | | </div> |
| | | </template> |
| | | |
| | |
| | | EChartsTable |
| | | }, |
| | | mounted () { |
| | | this.$refs.Echatrs.CreateChart() |
| | | this.$refs.Echats.CreateChart() |
| | | }, |
| | | data () { |
| | | return { |
| | | // currentTab: EChartsHour, |
| | | currentTab: EChartsHour, |
| | | active: '1' |
| | | } |
| | | }, |
| | |
| | | tabTaggle (taggleMenu, num) { |
| | | this.currentTab = taggleMenu |
| | | this.active = num |
| | | this.currentTab = '' |
| | | // debugger |
| | | } |
| | | } |