| | |
| | | :key="index" |
| | | :number="item.number" |
| | | :info="item.info" |
| | | :icon="item.icon" |
| | | :color="item.color" |
| | | :src="cardImage[index]" |
| | | /> |
| | | |
| | | <helemetEchart /> |
| | |
| | | data (){ |
| | | return { |
| | | cardData: [ |
| | | {number:233,info:"设备总量",icon:"\ue743",color:"#4E94FF"}, |
| | | {number:34,info:"本月新增",icon:"\ue743",color:"#FFAA44"}, |
| | | {number:45,info:"今日预警",icon:"\ue743",color:"#FF6464"}, |
| | | {number:233,info:"设备总量",color:"#4E94FF"}, |
| | | {number:34,info:"本月新增",color:"#FFAA44"}, |
| | | {number:45,info:"今日预警",color:"#FF6464"}, |
| | | ], |
| | | cardImage: [ |
| | | '/images/InternetDevice/Group 441.png', |
| | | '/images/InternetDevice/Group 367.png', |
| | | '/images/InternetDevice/Group 368.png', |
| | | ] |
| | | } |
| | | }, |