mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-05 17:42:49 +08:00
feat: 增加主机节点表结构代码
This commit is contained in:
13
extend/base/admin/view/system/host/index.html
Normal file
13
extend/base/admin/view/system/host/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('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>
|
||||
Reference in New Issue
Block a user