feat: 增加主机节点表结构代码

This commit is contained in:
augushong
2025-08-23 22:44:47 +08:00
parent 46722e5a66
commit b1a6b37ee0
12 changed files with 282 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('system.host/index')}"
data-auth-add="{:auth('system.host/add')}"
data-auth-edit="{:auth('system.host/edit')}"
data-auth-delete="{:auth('system.host/delete')}"
data-auth-export="{:auth('system.host/export')}"
data-auth-modify="{:auth('system.host/modify')}"
lay-filter="currentTable">
</table>
</div>
</div>