shuishen
2023-02-09 5c2a521201e6fa9ac01116e47b7588d8d2d54f53
src/views/home/components/rightContainer.vue
@@ -419,9 +419,9 @@
                        return {
                            equimentType: item.type == '车辆' ? 0 : 1,
                            name: item.type,
                            value: item.count,
                            working: item.online,
                            fault: item.offline,
                            value: Number(item.count),
                            working: Number(item.online),
                            fault: Number(item.offline),
                            label: twoColor[index]
                        }
                    })