@@ -18,7 +18,7 @@ const legendItems = ref([
},
{
name: '无(消防设施有问题)',
- color: '#c3c71b'
+ color: 'red'
}
])
function showValue(name) {
@@ -28,7 +28,7 @@
<span
>告警
<span class="warning">{{
- iotList?.gjlds ? iotList?.gjlds : 0
+ iotList?.jrsbgjgs ? iotList?.jrsbgjgs : 0
}}</span>个
</span>
</div>