mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-02 16:02:48 +08:00
10 lines
407 B
PHP
10 lines
407 B
PHP
<div class="layuimini-container">
|
|
<div class="layuimini-main">
|
|
<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>
|
|
</div> |