fix:系统设置页面调整 & overview地图图表数据使用接口数据

1.系统设置页面校验调整
2.overview  地图图表使用接口数据
3.mib 列表调整
This commit is contained in:
wangwenrui
2020-03-31 20:08:33 +08:00
parent e3809a11dc
commit 203e977b87
7 changed files with 255 additions and 167 deletions

View File

@@ -99,15 +99,6 @@
borderRadius: 4,
borderWidth: 1,
padding: 0,
formatter(params){
var color = "orange";
var a = "<div style='background-color:"+color+";padding: 5px 10px;text-align:center;color:white;font-size: 16px;'>" + params.data.name + "</div>";
a += "<div style='padding:3px;text-align: center'>";
a +=params.data.value[2] + "<br>";
a += "</div>";
return a;
}
},
}
const chartTypes={