| | |
| | | <template> |
| | | <div class="realTimeItem"> |
| | | <warnDescription/> |
| | | <warnDescription /> |
| | | </div> |
| | | </template> |
| | | |
| | | <script> |
| | | import warnDescription from '@/pages/internetEquipment/components/warnDescription' |
| | | import warnDescription from "@/pages/internetEquipment/components/warnDescription"; |
| | | |
| | | export default { |
| | | props :{ |
| | | warnObj:{ |
| | | type:Object |
| | | }, |
| | | props: { |
| | | boundArr: { |
| | | type: Object, |
| | | }, |
| | | components :{ |
| | | warnDescription |
| | | } |
| | | } |
| | | }, |
| | | components: { |
| | | warnDescription, |
| | | }, |
| | | }; |
| | | </script> |
| | | |
| | | <style scoped lang="scss"> |
| | | .realTimeItem { |
| | | display: flex; |
| | | flex-direction: column; |
| | | width: 167px; |
| | | height: 134px; |
| | | display: flex; |
| | | flex-direction: column; |
| | | width: 167px; |
| | | height: 134px; |
| | | } |
| | | </style> |