diff --git a/blog-admin/src/main/resources/static/assets/js/zhyd.treetable.js b/blog-admin/src/main/resources/static/assets/js/zhyd.treetable.js index d3982ed56aa6d2eeae15394020b6ae37b8db7d36..51f6213f716dbbc4e130da69417286ac6f9abf7e 100644 --- a/blog-admin/src/main/resources/static/assets/js/zhyd.treetable.js +++ b/blog-admin/src/main/resources/static/assets/js/zhyd.treetable.js @@ -23,9 +23,9 @@ $.extend({ formatter: function (value, row, index) { var curId = row.id; var actions = []; - actions.push(' '); + actions.push(' '); // actions.push(' '); - actions.push(''); + actions.push(''); return actions.join(''); } }