mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-06 18:12:50 +08:00
13 lines
573 B
PHP
13 lines
573 B
PHP
<div class="layuimini-container">
|
|
<div class="layuimini-main">
|
|
<table id="currentTable" class="layui-table layui-hide"
|
|
data-auth-index="{:auth('test.goods/index')}"
|
|
data-auth-add="{:auth('test.goods/add')}"
|
|
data-auth-edit="{:auth('test.goods/edit')}"
|
|
data-auth-delete="{:auth('test.goods/delete')}"
|
|
data-auth-export="{:auth('test.goods/export')}"
|
|
data-auth-modify="{:auth('test.goods/modify')}"
|
|
lay-filter="currentTable">
|
|
</table>
|
|
</div>
|
|
</div> |