mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-08 11:02:48 +08:00
feat: 实现基本的详情生成
This commit is contained in:
13
app/admin/view/test/goods/index.html
Normal file
13
app/admin/view/test/goods/index.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user