Showing
1 changed file
with
3 additions
and
1 deletions
@@ -721,6 +721,8 @@ layui.define(['tree', 'laypage', 'laytpl', 'admin', 'form', 'table', 'commonCols | @@ -721,6 +721,8 @@ layui.define(['tree', 'laypage', 'laytpl', 'admin', 'form', 'table', 'commonCols | ||
721 | }); | 721 | }); |
722 | commonCols.colsClickEvent(); | 722 | commonCols.colsClickEvent(); |
723 | resTopo(); | 723 | resTopo(); |
724 | + // vmware 隐藏统计信息 | ||
725 | + $('#biz_virtual_platform_treeTable').next().find('.layui-table-tool').hide(); | ||
724 | } | 726 | } |
725 | }); | 727 | }); |
726 | /*bizTableTreeVirtual.on('tool(tableEvent)',function (obj) { | 728 | /*bizTableTreeVirtual.on('tool(tableEvent)',function (obj) { |
@@ -1033,4 +1035,4 @@ layui.define(['tree', 'laypage', 'laytpl', 'admin', 'form', 'table', 'commonCols | @@ -1033,4 +1035,4 @@ layui.define(['tree', 'laypage', 'laytpl', 'admin', 'form', 'table', 'commonCols | ||
1033 | 1035 | ||
1034 | } | 1036 | } |
1035 | }); | 1037 | }); |
1036 | -}); | ||
1038 | +}); |
-
Please register or login to post a comment