优化日志模块,不往备注里面写入内容

This commit is contained in:
季圣华
2019-10-29 18:38:51 +08:00
parent da3032959e
commit e975b41428
2 changed files with 1 additions and 2 deletions

View File

@@ -113,7 +113,7 @@
pageList: initPageNum,
columns: [[
{title: '操作模块', field: 'operation', width: 120},
{title: '操作详情', field: 'remark', width: 350},
{title: '操作详情', field: 'contentdetails', width: 350},
{title: '操作人员', field: 'username', width: 100, align: "center"},
{title: '操作状态',field: 'status',width:80,align:"center",formatter:function(value){
return value? "失败":"成功";