Files
cashier/app/admin/view/system/auth/index.html
你的名字 ac0f12b21a 1
2025-10-15 14:53:54 +08:00

11 lines
459 B
PHP

<div class="layuimini-container">
<div class="layuimini-main">
<table id="currentTable" class="layui-table layui-hide"
data-auth-add="{:auth('system.auth/add')}"
data-auth-edit="{:auth('system.auth/edit')}"
data-auth-delete="{:auth('system.auth/delete')}"
data-auth-authorize="{:auth('system.auth/authorize')}"
lay-filter="currentTable">
</table>
</div>
</div>