完善记录日志的功能

This commit is contained in:
季圣华
2019-01-20 23:14:40 +08:00
parent 249961ab76
commit 0ceb925bf4
4 changed files with 98 additions and 7 deletions

View File

@@ -122,7 +122,9 @@
{title: '操作IP', field: 'clientip', width: 90, align: "center"},
{title: '操作时间', field: 'createtime', width: 130, align: "center"},
{title: '操作详情', field: 'remark', width: 380},
{title: '操作状态', field: 'status', width: 70},
{title: '操作状态',field: 'status',width:70,align:"center",formatter:function(value){
return value? "失败":"成功";
}},
{title: '备注', field: 'remark', width: 180}
]],
onLoadError: function () {