...
|
...
|
@@ -40,21 +40,21 @@ layui.define(['common', 'admin', 'echarts', 'common', 'table', 'sessions', 'layd |
|
|
cellMinWidth: 80,
|
|
|
autoSort: false,
|
|
|
cols: [[{
|
|
|
field: 'createDate', title: '备份时间', align: 'center', sort: true, drag: false, width: 220
|
|
|
field: 'createDate', title: '备份时间', align: 'center', sort: true, drag: false,
|
|
|
}, {
|
|
|
field: 'shouldBack', title: '应备份数量', align: 'center', drag: false, width: 220,
|
|
|
field: 'shouldBack', title: '应备份数量', align: 'center', drag: false,
|
|
|
}, {
|
|
|
field: 'success', title: '备份成功数量', align: 'center', drag: false, width: 220,
|
|
|
field: 'success', title: '备份成功数量', align: 'center', drag: false,
|
|
|
templet: '<div><span data-date="{{d.createDate}}" data-status="成功" class="layui-table-link view-failCount-collectValue" style="color: green;font-size: 14px">{{d.success}}</span></div>'
|
|
|
|
|
|
}, {
|
|
|
field: 'fail', title: '备份失败数量', align: 'center', drag: false, width: 220,
|
|
|
field: 'fail', title: '备份失败数量', align: 'center', drag: false,
|
|
|
templet: '<div><span data-date="{{d.createDate}}" data-status="失败" class="layui-table-link view-failCount-collectValue" style="color: red;font-size: 14px">{{d.fail}}</span></div>'
|
|
|
|
|
|
}, {
|
|
|
field: 'inback', title: '备份中数量', align: 'center', drag: false, width: 220,
|
|
|
field: 'inback', title: '备份中数量', align: 'center', drag: false,
|
|
|
}, {
|
|
|
field: 'noback', title: '未备份数量', align: 'center', drag: false, width: 220,
|
|
|
field: 'noback', title: '未备份数量', align: 'center', drag: false,
|
|
|
}, {
|
|
|
field: 'sucRate', title: '备份成功率', align: 'center', drag: false,
|
|
|
}]],
|
...
|
...
|
|