优化表格开关,无权限的退化为list;

This commit is contained in:
2022-08-22 16:32:54 +08:00
parent 198cdfff2f
commit 4de5b6a00e
10 changed files with 15 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
<table id="currentTable" class="layui-table layui-hide"
data-auth-refresh="{:auth('system.node/refreshNode')}"
data-auth-clear="{:auth('system.node/clearNode')}"
data-auth-modify="{:auth('system.node/modify')}"
lay-filter="currentTable">
</table>
</div>