| | |
| | | </template> |
| | | |
| | | <script> |
| | | const types = ['本年未放电池组', '电池组优良', '电池组劣化', '电池组损坏']; |
| | | const types = ['本年未放组数', '电池组优良', '电池组劣化', '电池组损坏']; |
| | | export default { |
| | | name: '', |
| | | props: { |
| | |
| | | .content { |
| | | position: relative; |
| | | /* border: 1px #ccc solid; */ |
| | | width: 260px; |
| | | height: 190px; |
| | | width: 200px; |
| | | height: 160px; |
| | | background: url('../images/total_1.png') center center / contain no-repeat; |
| | | |
| | | } |
| | | .icon { |
| | | width: 40px; |
| | |
| | | |
| | | .value { |
| | | position: absolute; |
| | | top: 24px; |
| | | top: 18px; |
| | | left: 50%; |
| | | transform: translateX(-50%); |
| | | font-size: 30px; |
| | |
| | | |
| | | .tag { |
| | | position: absolute; |
| | | bottom: 40px; |
| | | bottom: 38px; |
| | | left: 50%; |
| | | transform: translateX(-50%); |
| | | color: #fff; |
| | |
| | | </template> |
| | | |
| | | <script> |
| | | const types = ['设备', '电源', '电池组', '本年已放电池组']; |
| | | const types = ['设备', '电源', '电池组', '本年已放组数']; |
| | | export default { |
| | | name: '', |
| | | props: { |
| | |
| | | ], |
| | | stationLevel: 0, |
| | | battLevel: 0, |
| | | testLevel: 0, |
| | | testLevel: 2, |
| | | changeCount: "--", |
| | | alarmCount: "--", |
| | | year0: 0, |
| | | year0: 6, |
| | | year1: 0, |
| | | base: { |
| | | deviceNum: 0, |
| | |
| | | |
| | | .batt-data { |
| | | font-size: 14px; |
| | | font-weight: bold; |
| | | color: #00fefe; |
| | | background: #01354c; |
| | | border: 1px #016273 solid; |
| | |
| | | .info { |
| | | font-size: 16px; |
| | | color: #ffff00; |
| | | font-weight: bold; |
| | | } |
| | | } |
| | | } |