Authored by 王涛

Merge branch 'master-mj-yjpnew' into 'master-mj'

fix:备份统计列展示优化、鼎甲备份导出按钮样式调整



See merge request !1221
... ... @@ -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);
... ...
... ... @@ -8,7 +8,7 @@
<div style="display: block;height: 35px">
<button class="layui-btn layui-btn-sm layui-btn-normal active"
id="dingjia-detail-export-excel" style="float: right">
<i class="layui-icon">&#xe60a;</i>导出到Excel
<i class="layui-icon">&#xe60a;</i>导出
</button>
</div>
<table id="backDingjiaListTable" class="layui-table" lay-filter="backDingjiaListTable">
... ...