| | |
| | | </div> |
| | | </div> |
| | | <div class="data-info"> |
| | | <div class="data-lable center">设备正常数</div> |
| | | <div class="data-lable center">正常数</div> |
| | | <div class="data-num type2 center"> |
| | | <span v-roll>{{ item.normalNum }}</span> |
| | | </div> |
| | | </div> |
| | | <div class="data-info"> |
| | | <div class="data-lable center">设备异常数</div> |
| | | <div class="data-lable center">异常数</div> |
| | | <div class="data-num type3 center"> |
| | | <span v-roll>{{ item.errorNum }}</span> |
| | | </div> |
| | |
| | | overflow: hidden; |
| | | overflow-x: auto; |
| | | margin-top: -9px; |
| | | height: 90%; |
| | | "> |
| | | <div style="width: 750px"> |
| | | <div style="width: 780px"> |
| | | <CarChart class="wrapper-item" :carList="carList"></CarChart> |
| | | </div> |
| | | </div> |
| | |
| | | <div style=" |
| | | overflow: auto; |
| | | margin-top: -9px; |
| | | height: 90%; |
| | | "> |
| | | <div style="width: 1100px"> |
| | | <VideoChart class="wrapper-item" :videoList="videoList"></VideoChart> |