Commit 8ae3a197 authored by 麻笑宇's avatar 麻笑宇

大屏-应急管理-故障原因统计数据,各项数据均分为20%

大屏-总览-一物一赋码,表格表头错误显示了纳管率 代码修改
parent b6ba25e0
...@@ -81,7 +81,7 @@ public class EquipmentStaticsServiceImpl { ...@@ -81,7 +81,7 @@ public class EquipmentStaticsServiceImpl {
map.put("chartType", "bar"); map.put("chartType", "bar");
}else{ }else{
map.put("dataKey", "stationRate"); map.put("dataKey", "stationRate");
map.put("value", "赋码率"); map.put("value", "纳管率");
map.put("chartType", "line"); map.put("chartType", "line");
} }
legendData.add(map); legendData.add(map);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment