mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-05 09:42:47 +08:00
13 lines
579 B
PHP
13 lines
579 B
PHP
<div class="layuimini-container">
|
|
<div class="layuimini-main">
|
|
<table id="currentTable" class="layui-table layui-hide"
|
|
data-auth-index="{:auth('system.host/index')}"
|
|
data-auth-add="{:auth('system.host/add')}"
|
|
data-auth-edit="{:auth('system.host/edit')}"
|
|
data-auth-delete="{:auth('system.host/delete')}"
|
|
data-auth-export="{:auth('system.host/export')}"
|
|
data-auth-modify="{:auth('system.host/modify')}"
|
|
lay-filter="currentTable">
|
|
</table>
|
|
</div>
|
|
</div> |