HTML过滤器改为将html转义

This commit is contained in:
RuoYi
2020-07-28 17:21:24 +08:00
parent 3025017d0f
commit 31c3d4021e
4 changed files with 8 additions and 8 deletions

View File

@ -62,7 +62,10 @@
},
{
field: 'sessionId',
title: '会话编号'
title: '会话编号',
formatter: function(value, row, index) {
return $.table.tooltip(value);
}
},
{
field: 'loginName',