...
|
...
|
@@ -82,7 +82,7 @@ layui.define(['common', 'admin', 'echarts', 'common', 'table', 'sessions', 'layd |
|
|
var data = res.data;
|
|
|
var htr = "<tr><th style='color: #151b26;font-weight: bold!important;'>序号</th><th style='color: #151b26;font-weight: bold!important;'>系统名称</th><th style='color: #151b26;font-weight: bold!important;'>等保等级</th><th style='color: #151b26;font-weight: bold!important;'>数据库名称</th><th style='color: #151b26;font-weight: bold!important;'>IP地址</th>"
|
|
|
$.each(res.object, function (j, f) {
|
|
|
htr += "<th style='color: #151b26;font-weight: bold!important;'>" + f + "</th>"
|
|
|
htr += "<th style='color: #151b26;font-weight: bold!important;'>" + f.substring(5,f.length) + "</th>"
|
|
|
});
|
|
|
htr += "</tr>";
|
|
|
$("#status_table").find("thead").append(htr);
|
...
|
...
|
|