Showing
1 changed file
with
1 additions
and
1 deletions
@@ -444,7 +444,7 @@ layui.define(['form', 'table', 'admin', 'layer', 'laytpl', 'common', 'view', 'se | @@ -444,7 +444,7 @@ layui.define(['form', 'table', 'admin', 'layer', 'laytpl', 'common', 'view', 'se | ||
444 | if(d.type==1 || d.type==2 ||d.type==3 ||d.type==4 ||d.type==5 ||d.type==6){ | 444 | if(d.type==1 || d.type==2 ||d.type==3 ||d.type==4 ||d.type==5 ||d.type==6){ |
445 | str='<div class="layui-row">' + | 445 | str='<div class="layui-row">' + |
446 | ' <div>' + | 446 | ' <div>' + |
447 | - ' <button data-id="{{d.id}}" data-isLeaf="{{d.isLeaf}}" lay-tips="删除" type="button" class="layui-btn layui-btn-xs layui-btn-normal delete-menu-btn"><i class="layui-icon layui-icon-delete"></i></button>' + | 447 | + ' <button data-id="'+d.id+'" data-isLeaf="'+d.isLeaf+'" lay-tips="删除" type="button" class="layui-btn layui-btn-xs layui-btn-normal delete-menu-btn"><i class="layui-icon layui-icon-delete"></i></button>' + |
448 | ' </div>' + | 448 | ' </div>' + |
449 | '</div>' | 449 | '</div>' |
450 | }else{ | 450 | }else{ |
-
Please register or login to post a comment