Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
guns-vip
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chenjunxiong
guns-vip
Commits
3b215e4c
Commit
3b215e4c
authored
Apr 13, 2017
by
fsn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
表格标签化
parent
728a384f
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
15 additions
and
33 deletions
+15
-33
src/main/webapp/WEB-INF/view/common/tags/table.tag
+8
-0
src/main/webapp/WEB-INF/view/system/log/log.html
+2
-8
src/main/webapp/WEB-INF/view/system/menu/menu.html
+1
-8
src/main/webapp/WEB-INF/view/system/role/role.html
+3
-8
src/main/webapp/WEB-INF/view/system/user/user.html
+1
-9
No files found.
src/main/webapp/WEB-INF/view/common/tags/table.tag
0 → 100644
View file @
3b215e4c
<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
src/main/webapp/WEB-INF/view/system/log/log.html
View file @
3b215e4c
...
...
@@ -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 日志列表 -->
...
...
src/main/webapp/WEB-INF/view/system/menu/menu.html
View file @
3b215e4c
...
...
@@ -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 成员列表 -->
...
...
src/main/webapp/WEB-INF/view/system/role/role.html
View file @
3b215e4c
...
...
@@ -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 成员列表 -->
...
...
src/main/webapp/WEB-INF/view/system/user/user.html
View file @
3b215e4c
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment