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
2bba8c7b
Commit
2bba8c7b
authored
Apr 17, 2020
by
RuoYi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增表格参数(是否显示表头showHeader)
parent
1dbc11f7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
+2
-1
ruoyi-admin/src/main/resources/static/ruoyi/js/ry-ui.js
+1
-0
ruoyi-admin/src/main/resources/templates/system/user/profile/profile.html
+1
-1
No files found.
ruoyi-admin/src/main/resources/static/ruoyi/js/ry-ui.js
View file @
2bba8c7b
...
...
@@ -102,6 +102,7 @@ var table = {
showColumns
:
options
.
showColumns
,
// 是否显示隐藏某列下拉框
showToggle
:
options
.
showToggle
,
// 是否显示详细视图和列表视图的切换按钮
showExport
:
options
.
showExport
,
// 是否支持导出文件
showHeader
:
options
.
showHeader
,
// 是否显示表头
uniqueId
:
options
.
uniqueId
,
// 唯 一的标识符
clickToSelect
:
options
.
clickToSelect
,
// 是否启用点击选中行
singleSelect
:
options
.
singleSelect
,
// 是否单选checkbox
...
...
ruoyi-admin/src/main/resources/templates/system/user/profile/profile.html
View file @
2bba8c7b
...
...
@@ -33,7 +33,7 @@
</li>
<li
class=
"list-group-item"
><i
class=
"fa fa-envelope-o"
></i>
<b
class=
"font-noraml"
>
邮箱地址:
</b>
<p
class=
"pull-right"
th:title=
"${user.email}"
>
[[${#strings.abbreviate(user.email, 1
7
)}]]
</p>
<p
class=
"pull-right"
th:title=
"${user.email}"
>
[[${#strings.abbreviate(user.email, 1
6
)}]]
</p>
</li>
<li
class=
"list-group-item"
><i
class=
"fa fa-calendar"
></i>
<b
class=
"font-noraml"
>
创建时间:
</b>
...
...
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