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 @@ ...@@ -31,14 +31,8 @@
<div class="hidden-xs" id="OptLogTableToolbar" role="group"> <div class="hidden-xs" id="OptLogTableToolbar" role="group">
<#button name="查看详情" icon="fa-plus" clickFun="OptLog.detail()"/> <#button name="查看详情" icon="fa-plus" clickFun="OptLog.detail()"/>
</div> </div>
<table id="OptLogTable" data-mobile-responsive="true"
data-click-to-select="true"> <#table id="OptLogTable"/>
<thead>
<tr>
<th data-field="selectItem" data-checkbox="true"></th>
</tr>
</thead>
</table>
</div> </div>
</div> </div>
<!-- End 日志列表 --> <!-- End 日志列表 -->
......
...@@ -26,14 +26,7 @@ ...@@ -26,14 +26,7 @@
<#nbutton name="修改" icon="fa-edit" clickFun="Menu.openChangeMenu()"/> <#nbutton name="修改" icon="fa-edit" clickFun="Menu.openChangeMenu()"/>
<#nbutton name="删除" icon="fa-remove" clickFun="Menu.delMenu()"/> <#nbutton name="删除" icon="fa-remove" clickFun="Menu.delMenu()"/>
</div> </div>
<table id="menuTable" data-mobile-responsive="true" <#table id="menuTable"/>
data-click-to-select="true">
<thead>
<tr>
<th data-field="selectItem" data-checkbox="true"></th>
</tr>
</thead>
</table>
</div> </div>
</div> </div>
<!-- End 成员列表 --> <!-- End 成员列表 -->
......
...@@ -27,14 +27,9 @@ ...@@ -27,14 +27,9 @@
<#nbutton name="删除" icon="fa-remove" clickFun="Role.delRole()"/> <#nbutton name="删除" icon="fa-remove" clickFun="Role.delRole()"/>
<#nbutton name="权限配置" icon="fa-user-secret" clickFun="Role.assign()"/> <#nbutton name="权限配置" icon="fa-user-secret" clickFun="Role.assign()"/>
</div> </div>
<table id="roleTable" data-mobile-responsive="true"
data-click-to-select="true"> <#table id="roleTable"/>
<thead>
<tr>
<th data-field="selectItem" data-checkbox="true"></th>
</tr>
</thead>
</table>
</div> </div>
</div> </div>
<!-- End 成员列表 --> <!-- End 成员列表 -->
......
...@@ -31,15 +31,7 @@ ...@@ -31,15 +31,7 @@
<#nbutton name="角色分配" icon="fa-user-secret" clickFun="MgrUser.roleAssign()"/> <#nbutton name="角色分配" icon="fa-user-secret" clickFun="MgrUser.roleAssign()"/>
</div> </div>
<!-- 成员列表 --> <#table id="managerTable"/>
<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 成员列表 -->
</div> </div>
</div> </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