HTML过滤器改为将html转义
This commit is contained in:
@ -62,7 +62,10 @@
|
||||
},
|
||||
{
|
||||
field: 'sessionId',
|
||||
title: '会话编号'
|
||||
title: '会话编号',
|
||||
formatter: function(value, row, index) {
|
||||
return $.table.tooltip(value);
|
||||
}
|
||||
},
|
||||
{
|
||||
field: 'loginName',
|
||||
|
Reference in New Issue
Block a user