mirror of https://gitee.com/y_project/RuoYi.git
表格树标题内容支持html语义化标签
parent
a0ada99856
commit
e7d791ddf0
|
@ -133,7 +133,7 @@
|
|||
if((!target.isFixWidth)&& column.width){
|
||||
target.isFixWidth = column.width.indexOf("px")>-1?true:false;
|
||||
}
|
||||
$th.text(column.title);
|
||||
$th.html(column.title);
|
||||
$thr.append($th);
|
||||
});
|
||||
var $thead = $('<thead class="treetable-thead"></thead>');
|
||||
|
|
Loading…
Reference in New Issue