| | |
| | | <template> |
| | | <div :class="showClass"> |
| | | <div class="card-box" :style="`width:${borderWidth}`"> |
| | | <div class="card-box"> |
| | | <ul> |
| | | <li style="max-width:30px;" v-if="ShowLocalVedio"> |
| | | <div class="total-box"> |
| | |
| | | </li> |
| | | </ul> |
| | | </div>--> |
| | | <div class="eCharts-box" :style="`width:${liquidWidth}`"> |
| | | <div class="eCharts-box" :style="`width:${liquidWidth}`" v-if="PollData.barCharts.length>0"> |
| | | <eChartsBar ref="cpuMeneryCharts" :xAxisData="PollData.barCharts"></eChartsBar> |
| | | </div> |
| | | </div> |
| | |
| | | this.$forceUpdate(); |
| | | } |
| | | }, |
| | | mounted() { |
| | | console.log('PollData.RealTimeValidCount', this.PollData.RealTimeValidCount) |
| | | } |
| | | } |
| | | </script> |
| | | <style lang="scss"> |