feat: 实现基本的详情生成

This commit is contained in:
augushong
2026-01-05 22:59:12 +08:00
parent 528ff69897
commit 3fdea8b85b
20 changed files with 1430 additions and 15 deletions

View 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>