更新日志页面列的宽度

This commit is contained in:
季圣华
2019-05-04 10:14:32 +08:00
parent 000f2c4c22
commit d62e6a5d5e

View File

@@ -121,11 +121,11 @@
{title: '操作人员', field: 'username', width: 80, align: "center"}, {title: '操作人员', field: 'username', width: 80, align: "center"},
{title: '操作IP', field: 'clientip', width: 90, align: "center"}, {title: '操作IP', field: 'clientip', width: 90, align: "center"},
{title: '操作时间', field: 'createtime', width: 130, align: "center"}, {title: '操作时间', field: 'createtime', width: 130, align: "center"},
{title: '操作详情', field: 'remark', width: 380}, {title: '操作详情', field: 'remark', width: 260},
{title: '操作状态',field: 'status',width:70,align:"center",formatter:function(value){ {title: '操作状态',field: 'status',width:70,align:"center",formatter:function(value){
return value? "失败":"成功"; return value? "失败":"成功";
}}, }},
{title: '备注', field: 'remark', width: 180} {title: '备注', field: 'remark', width: 150}
]], ]],
onLoadError: function () { onLoadError: function () {
$.messager.alert('页面加载提示', '页面加载异常,请稍后再试!', 'error'); $.messager.alert('页面加载提示', '页面加载异常,请稍后再试!', 'error');