完善table组件细节;开始接入城市选择器;

This commit is contained in:
2022-07-09 18:27:59 +08:00
parent ec8e3cdaed
commit 423acb0329
16 changed files with 5412 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
<div class="layuimini-container">
<div class="layuimini-main">
<table id="currentTable" class="layui-table layui-hide"
data-auth-add="{:auth('test.goods/add')}"
data-auth-edit="{:auth('test.goods/edit')}"
data-auth-delete="{:auth('test.goods/delete')}"
lay-filter="currentTable">
</table>
</div>
</div>