mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-08-30 12:45:32 +08:00
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
13 lines
597 B
PHP
13 lines
597 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')}"
|
|
data-auth-assignUsers="{:auth('system.auth/assignUsers')}"
|
|
data-auth-modify="{:auth('system.auth/modify')}"
|
|
lay-filter="currentTable">
|
|
</table>
|
|
</div>
|
|
</div> |