From e7d791ddf0afd44c9d84a443d5f2c6346d020c59 Mon Sep 17 00:00:00 2001 From: RuoYi Date: Tue, 11 Aug 2020 18:21:15 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A8=E6=A0=BC=E6=A0=91=E6=A0=87=E9=A2=98?= =?UTF-8?q?=E5=86=85=E5=AE=B9=E6=94=AF=E6=8C=81html=E8=AF=AD=E4=B9=89?= =?UTF-8?q?=E5=8C=96=E6=A0=87=E7=AD=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../static/ajax/libs/bootstrap-treetable/bootstrap-treetable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruoyi-admin/src/main/resources/static/ajax/libs/bootstrap-treetable/bootstrap-treetable.js b/ruoyi-admin/src/main/resources/static/ajax/libs/bootstrap-treetable/bootstrap-treetable.js index 3219b1c93..1cdd75ca4 100644 --- a/ruoyi-admin/src/main/resources/static/ajax/libs/bootstrap-treetable/bootstrap-treetable.js +++ b/ruoyi-admin/src/main/resources/static/ajax/libs/bootstrap-treetable/bootstrap-treetable.js @@ -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 = $('');