Commit 3b215e4c by fsn

表格标签化

parent 728a384f
<table id="${id}" data-mobile-responsive="true" data-click-to-select="true">
<thead>
<tr>
<th data-field="selectItem" data-checkbox="true"></th>
</tr>
</thead>
</table>
\ No newline at end of file
......@@ -31,14 +31,8 @@
<div class="hidden-xs" id="OptLogTableToolbar" role="group">
<#button name="查看详情" icon="fa-plus" clickFun="OptLog.detail()"/>
</div>
<table id="OptLogTable" data-mobile-responsive="true"
data-click-to-select="true">
<thead>
<tr>
<th data-field="selectItem" data-checkbox="true"></th>
</tr>
</thead>
</table>
<#table id="OptLogTable"/>
</div>
</div>
<!-- End 日志列表 -->
......
......@@ -26,14 +26,7 @@
<#nbutton name="修改" icon="fa-edit" clickFun="Menu.openChangeMenu()"/>
<#nbutton name="删除" icon="fa-remove" clickFun="Menu.delMenu()"/>
</div>
<table id="menuTable" data-mobile-responsive="true"
data-click-to-select="true">
<thead>
<tr>
<th data-field="selectItem" data-checkbox="true"></th>
</tr>
</thead>
</table>
<#table id="menuTable"/>
</div>
</div>
<!-- End 成员列表 -->
......
......@@ -27,14 +27,9 @@
<#nbutton name="删除" icon="fa-remove" clickFun="Role.delRole()"/>
<#nbutton name="权限配置" icon="fa-user-secret" clickFun="Role.assign()"/>
</div>
<table id="roleTable" data-mobile-responsive="true"
data-click-to-select="true">
<thead>
<tr>
<th data-field="selectItem" data-checkbox="true"></th>
</tr>
</thead>
</table>
<#table id="roleTable"/>
</div>
</div>
<!-- End 成员列表 -->
......
......@@ -31,15 +31,7 @@
<#nbutton name="角色分配" icon="fa-user-secret" clickFun="MgrUser.roleAssign()"/>
</div>
<!-- 成员列表 -->
<table id="managerTable" data-mobile-responsive="true" data-click-to-select="true">
<thead>
<tr>
<th data-field="selectItem" data-checkbox="true"></th>
</tr>
</thead>
</table>
<!-- End 成员列表 -->
<#table id="managerTable"/>
</div>
</div>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment