| | |
| | | <template> |
| | | <div class="data-container"> |
| | | <wrapper-title :title="'工单数据'" :path="'/monitorServe/car'"></wrapper-title> |
| | | <wrapper-title :title="'工单数据'" :path="'/work-order-center/maintenance/work-order/work-order'"></wrapper-title> |
| | | |
| | | <div class="data-content"> |
| | | <div class="data-panel"> |
| | |
| | | </div> |
| | | <div class="panel-container"> |
| | | <div class="panel-item"> |
| | | <data-hola :holaTitle="`工单总数`" :centerValue="1111" :holaColor="`#4ea8ff`"></data-hola> |
| | | <data-hola :holaTitle="`工单总数`" :centerValue="3000" :holaColor="`#4ea8ff`"></data-hola> |
| | | </div> |
| | | <div class="panel-item"> |
| | | <data-hola :holaTitle="`已处理工单数`" :centerValue="1111" :holaColor="`#4ea8ff`"></data-hola> |
| | | <data-hola :holaTitle="`已处理工单数`" :centerValue="1600" :holaColor="`#5dec24`"></data-hola> |
| | | </div> |
| | | <div class="panel-item"> |
| | | <data-hola :holaTitle="`未处理工单数`" :centerValue="1111" :holaColor="`#4ea8ff`"></data-hola> |
| | | <data-hola :holaTitle="`未处理工单数`" :centerValue="200" :holaColor="`#dfc639`"></data-hola> |
| | | </div> |
| | | </div> |
| | | </div> |
| | |
| | | grid: { |
| | | top: '10%', |
| | | right: 0, |
| | | bottom: '15%', |
| | | bottom: '17%', |
| | | }, |
| | | legend: { |
| | | right: 0, |
| | |
| | | <style lang="scss" scoped> |
| | | .data-container { |
| | | width: 100%; |
| | | height: 470px; |
| | | height: 500px; |
| | | display: flex; |
| | | flex-direction: column; |
| | | |
| | |
| | | width: 100%; |
| | | display: flex; |
| | | justify-content: space-around; |
| | | margin: 10px 0; |
| | | |
| | | .panel-item { |
| | | width: 100px; |
| | | height: 100px; |
| | | width: 110px; |
| | | height: 110px; |
| | | } |
| | | } |
| | | </style> |