Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fgqyxxlr
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
yaru
fgqyxxlr
Commits
cf211fa1
Commit
cf211fa1
authored
Sep 25, 2019
by
RuoYi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
默认配置表格支持移动端适配
parent
e1d2d722
Hide whitespace changes
Inline
Side-by-side
Showing
39 changed files
with
42 additions
and
40 deletions
+42
-40
ruoyi-admin/src/main/resources/static/ruoyi/js/ry-ui.js
+2
-0
ruoyi-admin/src/main/resources/templates/demo/modal/table/check.html
+1
-1
ruoyi-admin/src/main/resources/templates/demo/modal/table/parent.html
+1
-1
ruoyi-admin/src/main/resources/templates/demo/modal/table/radio.html
+1
-1
ruoyi-admin/src/main/resources/templates/demo/operate/table.html
+1
-1
ruoyi-admin/src/main/resources/templates/demo/table/button.html
+1
-1
ruoyi-admin/src/main/resources/templates/demo/table/child.html
+1
-1
ruoyi-admin/src/main/resources/templates/demo/table/curd.html
+1
-1
ruoyi-admin/src/main/resources/templates/demo/table/detail.html
+1
-1
ruoyi-admin/src/main/resources/templates/demo/table/editable.html
+1
-1
ruoyi-admin/src/main/resources/templates/demo/table/event.html
+1
-1
ruoyi-admin/src/main/resources/templates/demo/table/export.html
+1
-1
ruoyi-admin/src/main/resources/templates/demo/table/fixedColumns.html
+1
-1
ruoyi-admin/src/main/resources/templates/demo/table/footer.html
+1
-1
ruoyi-admin/src/main/resources/templates/demo/table/groupHeader.html
+1
-1
ruoyi-admin/src/main/resources/templates/demo/table/image.html
+1
-1
ruoyi-admin/src/main/resources/templates/demo/table/multi.html
+2
-2
ruoyi-admin/src/main/resources/templates/demo/table/other.html
+1
-1
ruoyi-admin/src/main/resources/templates/demo/table/pageGo.html
+1
-1
ruoyi-admin/src/main/resources/templates/demo/table/params.html
+2
-2
ruoyi-admin/src/main/resources/templates/demo/table/remember.html
+1
-1
ruoyi-admin/src/main/resources/templates/demo/table/reorder.html
+1
-1
ruoyi-admin/src/main/resources/templates/monitor/logininfor/logininfor.html
+1
-1
ruoyi-admin/src/main/resources/templates/monitor/online/online.html
+1
-1
ruoyi-admin/src/main/resources/templates/monitor/operlog/operlog.html
+1
-1
ruoyi-admin/src/main/resources/templates/system/config/config.html
+1
-1
ruoyi-admin/src/main/resources/templates/system/dict/data/data.html
+1
-1
ruoyi-admin/src/main/resources/templates/system/dict/type/type.html
+1
-1
ruoyi-admin/src/main/resources/templates/system/notice/notice.html
+1
-1
ruoyi-admin/src/main/resources/templates/system/post/post.html
+1
-1
ruoyi-admin/src/main/resources/templates/system/role/authUser.html
+1
-1
ruoyi-admin/src/main/resources/templates/system/role/role.html
+1
-1
ruoyi-admin/src/main/resources/templates/system/role/selectUser.html
+1
-1
ruoyi-admin/src/main/resources/templates/system/user/user.html
+1
-1
ruoyi-generator/src/main/resources/templates/tool/gen/gen.html
+1
-1
ruoyi-generator/src/main/resources/templates/tool/gen/importTable.html
+1
-1
ruoyi-generator/src/main/resources/vm/html/list.html.vm
+1
-1
ruoyi-quartz/src/main/resources/templates/monitor/job/job.html
+1
-1
ruoyi-quartz/src/main/resources/templates/monitor/job/jobLog.html
+1
-1
No files found.
ruoyi-admin/src/main/resources/static/ruoyi/js/ry-ui.js
View file @
cf211fa1
...
...
@@ -35,6 +35,7 @@
showToggle
:
true
,
showExport
:
false
,
clickToSelect
:
false
,
mobileResponsive
:
true
,
rememberSelected
:
false
,
fixedColumns
:
false
,
fixedNumber
:
0
,
...
...
@@ -78,6 +79,7 @@
showExport
:
options
.
showExport
,
// 是否支持导出文件
uniqueId
:
options
.
uniqueId
,
// 唯 一的标识符
clickToSelect
:
options
.
clickToSelect
,
// 是否启用点击选中行
mobileResponsive
:
options
.
mobileResponsive
,
// 是否支持移动端适配
detailView
:
options
.
detailView
,
// 是否启用显示细节视图
onClickRow
:
options
.
onClickRow
,
// 点击某行触发的事件
onDblClickRow
:
options
.
onDblClickRow
,
// 双击某行触发的事件
...
...
ruoyi-admin/src/main/resources/templates/demo/modal/table/check.html
View file @
cf211fa1
...
...
@@ -7,7 +7,7 @@
<div
class=
"container-div"
>
<div
class=
"row"
>
<div
class=
"col-sm-12 select-table table-striped"
>
<table
id=
"bootstrap-table"
data-mobile-responsive=
"true"
></table>
<table
id=
"bootstrap-table"
></table>
</div>
</div>
</div>
...
...
ruoyi-admin/src/main/resources/templates/demo/modal/table/parent.html
View file @
cf211fa1
...
...
@@ -7,7 +7,7 @@
<div
class=
"container-div"
>
<div
class=
"row"
>
<div
class=
"col-sm-12 select-table table-striped"
>
<table
id=
"bootstrap-table"
data-mobile-responsive=
"true"
></table>
<table
id=
"bootstrap-table"
></table>
</div>
</div>
</div>
...
...
ruoyi-admin/src/main/resources/templates/demo/modal/table/radio.html
View file @
cf211fa1
...
...
@@ -7,7 +7,7 @@
<div
class=
"container-div"
>
<div
class=
"row"
>
<div
class=
"col-sm-12 select-table table-striped"
>
<table
id=
"bootstrap-table"
data-mobile-responsive=
"true"
></table>
<table
id=
"bootstrap-table"
></table>
</div>
</div>
</div>
...
...
ruoyi-admin/src/main/resources/templates/demo/operate/table.html
View file @
cf211fa1
...
...
@@ -30,7 +30,7 @@
</div>
<div
class=
"row"
>
<div
class=
"col-sm-12 select-table table-striped"
>
<table
id=
"bootstrap-table"
data-mobile-responsive=
"true"
></table>
<table
id=
"bootstrap-table"
></table>
</div>
</div>
</div>
...
...
ruoyi-admin/src/main/resources/templates/demo/table/button.html
View file @
cf211fa1
...
...
@@ -23,7 +23,7 @@
</div>
<div
class=
"col-sm-12 select-table table-striped"
>
<table
id=
"bootstrap-table"
data-mobile-responsive=
"true"
></table>
<table
id=
"bootstrap-table"
></table>
</div>
</div>
</div>
...
...
ruoyi-admin/src/main/resources/templates/demo/table/child.html
View file @
cf211fa1
...
...
@@ -7,7 +7,7 @@
<div
class=
"container-div"
>
<div
class=
"row"
>
<div
class=
"col-sm-12 select-table table-striped"
>
<table
id=
"bootstrap-table"
data-mobile-responsive=
"true"
></table>
<table
id=
"bootstrap-table"
></table>
</div>
</div>
</div>
...
...
ruoyi-admin/src/main/resources/templates/demo/table/curd.html
View file @
cf211fa1
...
...
@@ -36,7 +36,7 @@
</div>
<div
class=
"row"
>
<div
class=
"col-sm-12 select-table table-striped"
>
<table
id=
"bootstrap-table"
data-mobile-responsive=
"true"
></table>
<table
id=
"bootstrap-table"
></table>
</div>
</div>
</div>
...
...
ruoyi-admin/src/main/resources/templates/demo/table/detail.html
View file @
cf211fa1
...
...
@@ -7,7 +7,7 @@
<div
class=
"container-div"
>
<div
class=
"row"
>
<div
class=
"col-sm-12 select-table table-striped"
>
<table
id=
"bootstrap-table"
data-mobile-responsive=
"true"
></table>
<table
id=
"bootstrap-table"
></table>
</div>
</div>
</div>
...
...
ruoyi-admin/src/main/resources/templates/demo/table/editable.html
View file @
cf211fa1
...
...
@@ -16,7 +16,7 @@
</div>
<div
class=
"row"
>
<div
class=
"col-sm-12 select-table table-striped"
>
<table
id=
"bootstrap-table"
data-mobile-responsive=
"true"
></table>
<table
id=
"bootstrap-table"
></table>
</div>
</div>
</div>
...
...
ruoyi-admin/src/main/resources/templates/demo/table/event.html
View file @
cf211fa1
...
...
@@ -8,7 +8,7 @@
<div
class=
"row"
>
<div
class=
"col-sm-12 select-table table-striped"
>
<p
class=
"select-title"
>
自定义触发事件(点击某行/双击某行/单击某格/双击某格/服务器发送数据前触发/数据被加载时触发)
</p>
<table
id=
"bootstrap-table"
data-mobile-responsive=
"true"
></table>
<table
id=
"bootstrap-table"
></table>
</div>
</div>
</div>
...
...
ruoyi-admin/src/main/resources/templates/demo/table/export.html
View file @
cf211fa1
...
...
@@ -7,7 +7,7 @@
<div
class=
"container-div"
>
<div
class=
"row"
>
<div
class=
"col-sm-12 select-table table-striped"
>
<table
id=
"bootstrap-table"
data-mobile-responsive=
"true"
></table>
<table
id=
"bootstrap-table"
></table>
</div>
</div>
</div>
...
...
ruoyi-admin/src/main/resources/templates/demo/table/fixedColumns.html
View file @
cf211fa1
...
...
@@ -18,7 +18,7 @@
</a>
</div>
<div
class=
"col-sm-12 select-table table-striped"
>
<table
id=
"bootstrap-table"
data-mobile-responsive=
"true"
></table>
<table
id=
"bootstrap-table"
></table>
</div>
</div>
</div>
...
...
ruoyi-admin/src/main/resources/templates/demo/table/footer.html
View file @
cf211fa1
...
...
@@ -7,7 +7,7 @@
<div
class=
"container-div"
>
<div
class=
"row"
>
<div
class=
"col-sm-12 select-table table-striped"
>
<table
id=
"bootstrap-table"
data-mobile-responsive=
"true"
></table>
<table
id=
"bootstrap-table"
></table>
</div>
</div>
</div>
...
...
ruoyi-admin/src/main/resources/templates/demo/table/groupHeader.html
View file @
cf211fa1
...
...
@@ -7,7 +7,7 @@
<div
class=
"container-div"
>
<div
class=
"row"
>
<div
class=
"col-sm-12 select-table table-bordered"
>
<table
id=
"bootstrap-table"
data-mobile-responsive=
"true"
></table>
<table
id=
"bootstrap-table"
></table>
</div>
</div>
</div>
...
...
ruoyi-admin/src/main/resources/templates/demo/table/image.html
View file @
cf211fa1
...
...
@@ -7,7 +7,7 @@
<div
class=
"container-div"
>
<div
class=
"row"
>
<div
class=
"col-sm-12 select-table table-striped"
>
<table
id=
"bootstrap-table"
data-mobile-responsive=
"true"
></table>
<table
id=
"bootstrap-table"
></table>
</div>
</div>
</div>
...
...
ruoyi-admin/src/main/resources/templates/demo/table/multi.html
View file @
cf211fa1
...
...
@@ -33,7 +33,7 @@
</a>
</div>
<div
class=
"col-sm-12 select-table table-striped"
>
<table
id=
"bootstrap-table1"
data-mobile-responsive=
"true"
></table>
<table
id=
"bootstrap-table1"
></table>
</div>
</div>
</div>
...
...
@@ -68,7 +68,7 @@
</a>
</div>
<div
class=
"col-sm-12 select-table table-striped"
>
<table
id=
"bootstrap-table2"
data-mobile-responsive=
"true"
></table>
<table
id=
"bootstrap-table2"
></table>
</div>
</div>
</div>
...
...
ruoyi-admin/src/main/resources/templates/demo/table/other.html
View file @
cf211fa1
...
...
@@ -27,7 +27,7 @@
</div>
<div
class=
"row"
>
<div
class=
"col-sm-12 select-table table-striped"
>
<table
id=
"bootstrap-table"
data-mobile-responsive=
"true"
></table>
<table
id=
"bootstrap-table"
></table>
</div>
</div>
</div>
...
...
ruoyi-admin/src/main/resources/templates/demo/table/pageGo.html
View file @
cf211fa1
...
...
@@ -7,7 +7,7 @@
<div
class=
"container-div"
>
<div
class=
"row"
>
<div
class=
"col-sm-12 select-table table-striped"
>
<table
id=
"bootstrap-table"
data-mobile-responsive=
"true"
></table>
<table
id=
"bootstrap-table"
></table>
</div>
</div>
</div>
...
...
ruoyi-admin/src/main/resources/templates/demo/table/params.html
View file @
cf211fa1
...
...
@@ -8,7 +8,7 @@
<div
class=
"row"
>
<div
class=
"col-sm-12 select-table table-striped"
>
<p
class=
"select-title"
>
通过queryParams方法设置
</p>
<table
id=
"bootstrap-table"
data-mobile-responsive=
"true"
></table>
<table
id=
"bootstrap-table"
></table>
</div>
<div
class=
"col-sm-12 search-collapse"
>
...
...
@@ -24,7 +24,7 @@
</div>
<div
class=
"col-sm-12 select-table table-striped"
>
<p
class=
"select-title"
>
通过form自动填充
</p>
<table
id=
"bootstrap-table-form"
data-mobile-responsive=
"true"
></table>
<table
id=
"bootstrap-table-form"
></table>
</div>
</div>
</div>
...
...
ruoyi-admin/src/main/resources/templates/demo/table/remember.html
View file @
cf211fa1
...
...
@@ -12,7 +12,7 @@
</div>
<div
class=
"row"
>
<div
class=
"col-sm-12 select-table table-striped"
>
<table
id=
"bootstrap-table"
data-mobile-responsive=
"true"
></table>
<table
id=
"bootstrap-table"
></table>
</div>
</div>
</div>
...
...
ruoyi-admin/src/main/resources/templates/demo/table/reorder.html
View file @
cf211fa1
...
...
@@ -8,7 +8,7 @@
<div
class=
"row"
>
<div
class=
"col-sm-12 select-table table-striped"
>
<p
class=
"select-title"
>
按住表格拖拽
</p>
<table
id=
"bootstrap-table"
data-mobile-responsive=
"true"
<table
id=
"bootstrap-table"
data-use-row-attr-func=
"true"
data-reorderable-rows=
"true"
></table>
</div>
...
...
ruoyi-admin/src/main/resources/templates/monitor/logininfor/logininfor.html
View file @
cf211fa1
...
...
@@ -50,7 +50,7 @@
</div>
<div
class=
"col-sm-12 select-table table-striped"
>
<table
id=
"bootstrap-table"
data-mobile-responsive=
"true"
></table>
<table
id=
"bootstrap-table"
></table>
</div>
</div>
</div>
...
...
ruoyi-admin/src/main/resources/templates/monitor/online/online.html
View file @
cf211fa1
...
...
@@ -32,7 +32,7 @@
</div>
<div
class=
"col-sm-12 select-table table-striped"
>
<table
id=
"bootstrap-table"
data-mobile-responsive=
"true"
></table>
<table
id=
"bootstrap-table"
></table>
</div>
</div>
</div>
...
...
ruoyi-admin/src/main/resources/templates/monitor/operlog/operlog.html
View file @
cf211fa1
...
...
@@ -56,7 +56,7 @@
</div>
<div
class=
"col-sm-12 select-table table-striped"
>
<table
id=
"bootstrap-table"
data-mobile-responsive=
"true"
></table>
<table
id=
"bootstrap-table"
></table>
</div>
</div>
</div>
...
...
ruoyi-admin/src/main/resources/templates/system/config/config.html
View file @
cf211fa1
...
...
@@ -52,7 +52,7 @@
</a>
</div>
<div
class=
"col-sm-12 select-table table-striped"
>
<table
id=
"bootstrap-table"
data-mobile-responsive=
"true"
></table>
<table
id=
"bootstrap-table"
></table>
</div>
</div>
</div>
...
...
ruoyi-admin/src/main/resources/templates/system/dict/data/data.html
View file @
cf211fa1
...
...
@@ -49,7 +49,7 @@
</div>
<div
class=
"col-sm-12 select-table table-striped"
>
<table
id=
"bootstrap-table"
data-mobile-responsive=
"true"
></table>
<table
id=
"bootstrap-table"
></table>
</div>
</div>
</div>
...
...
ruoyi-admin/src/main/resources/templates/system/dict/type/type.html
View file @
cf211fa1
...
...
@@ -53,7 +53,7 @@
</div>
<div
class=
"col-sm-12 select-table table-striped"
>
<table
id=
"bootstrap-table"
data-mobile-responsive=
"true"
></table>
<table
id=
"bootstrap-table"
></table>
</div>
</div>
</div>
...
...
ruoyi-admin/src/main/resources/templates/system/notice/notice.html
View file @
cf211fa1
...
...
@@ -44,7 +44,7 @@
</div>
<div
class=
"col-sm-12 select-table table-striped"
>
<table
id=
"bootstrap-table"
data-mobile-responsive=
"true"
></table>
<table
id=
"bootstrap-table"
></table>
</div>
</div>
</div>
...
...
ruoyi-admin/src/main/resources/templates/system/post/post.html
View file @
cf211fa1
...
...
@@ -47,7 +47,7 @@
</div>
<div
class=
"col-sm-12 select-table table-striped"
>
<table
id=
"bootstrap-table"
data-mobile-responsive=
"true"
></table>
<table
id=
"bootstrap-table"
></table>
</div>
</div>
</div>
...
...
ruoyi-admin/src/main/resources/templates/system/role/authUser.html
View file @
cf211fa1
...
...
@@ -39,7 +39,7 @@
</div>
<div
class=
"col-sm-12 select-table table-striped"
>
<table
id=
"bootstrap-table"
data-mobile-responsive=
"true"
></table>
<table
id=
"bootstrap-table"
></table>
</div>
</div>
</div>
...
...
ruoyi-admin/src/main/resources/templates/system/role/role.html
View file @
cf211fa1
...
...
@@ -53,7 +53,7 @@
</div>
<div
class=
"col-sm-12 select-table table-striped"
>
<table
id=
"bootstrap-table"
data-mobile-responsive=
"true"
></table>
<table
id=
"bootstrap-table"
></table>
</div>
</div>
</div>
...
...
ruoyi-admin/src/main/resources/templates/system/role/selectUser.html
View file @
cf211fa1
...
...
@@ -28,7 +28,7 @@
</div>
<div
class=
"col-sm-12 select-table table-striped"
>
<table
id=
"bootstrap-table"
data-mobile-responsive=
"true"
></table>
<table
id=
"bootstrap-table"
></table>
</div>
</div>
</div>
...
...
ruoyi-admin/src/main/resources/templates/system/user/user.html
View file @
cf211fa1
...
...
@@ -80,7 +80,7 @@
</div>
<div
class=
"col-sm-12 select-table table-striped"
>
<table
id=
"bootstrap-table"
data-mobile-responsive=
"true"
></table>
<table
id=
"bootstrap-table"
></table>
</div>
</div>
</div>
...
...
ruoyi-generator/src/main/resources/templates/tool/gen/gen.html
View file @
cf211fa1
...
...
@@ -47,7 +47,7 @@
</div>
<div
class=
"col-sm-12 select-table table-striped"
>
<table
id=
"bootstrap-table"
data-mobile-responsive=
"true"
></table>
<table
id=
"bootstrap-table"
></table>
</div>
</div>
</div>
...
...
ruoyi-generator/src/main/resources/templates/tool/gen/importTable.html
View file @
cf211fa1
...
...
@@ -26,7 +26,7 @@
</div>
<div
class=
"col-sm-12 select-table table-striped"
>
<table
id=
"bootstrap-table"
data-mobile-responsive=
"true"
></table>
<table
id=
"bootstrap-table"
></table>
</div>
</div>
</div>
...
...
ruoyi-generator/src/main/resources/vm/html/list.html.vm
View file @
cf211fa1
...
...
@@ -74,7 +74,7 @@
</a>
</div>
<div
class=
"col-sm-12 select-table table-striped"
>
<table
id=
"bootstrap-table"
data-mobile-responsive=
"true"
></table>
<table
id=
"bootstrap-table"
></table>
</div>
</div>
</div>
...
...
ruoyi-quartz/src/main/resources/templates/monitor/job/job.html
View file @
cf211fa1
...
...
@@ -53,7 +53,7 @@
</div>
<div
class=
"col-sm-12 select-table table-striped"
>
<table
id=
"bootstrap-table"
data-mobile-responsive=
"true"
></table>
<table
id=
"bootstrap-table"
></table>
</div>
</div>
</div>
...
...
ruoyi-quartz/src/main/resources/templates/monitor/job/jobLog.html
View file @
cf211fa1
...
...
@@ -54,7 +54,7 @@
</div>
<div
class=
"col-sm-12 select-table table-striped"
>
<table
id=
"bootstrap-table"
data-mobile-responsive=
"true"
></table>
<table
id=
"bootstrap-table"
></table>
</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