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
9c927e62
Commit
9c927e62
authored
Jul 13, 2019
by
RuoYi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
IE用户管理界面右侧留白问题
parent
8ebf1504
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
57 additions
and
55 deletions
+57
-55
ruoyi-admin/src/main/resources/templates/system/user/user.html
+57
-55
No files found.
ruoyi-admin/src/main/resources/templates/system/user/user.html
View file @
9c927e62
...
...
@@ -27,61 +27,63 @@
</div>
</div>
<div
class=
"container-div ui-layout-center"
>
<div
class=
"row"
>
<div
class=
"col-sm-12 search-collapse"
>
<form
id=
"user-form"
>
<input
type=
"hidden"
id=
"deptId"
name=
"deptId"
>
<input
type=
"hidden"
id=
"parentId"
name=
"parentId"
>
<div
class=
"select-list"
>
<ul>
<li>
登录名称:
<input
type=
"text"
name=
"loginName"
/>
</li>
<li>
手机号码:
<input
type=
"text"
name=
"phonenumber"
/>
</li>
<li>
用户状态:
<select
name=
"status"
th:with=
"type=${@dict.getType('sys_normal_disable')}"
>
<option
value=
""
>
所有
</option>
<option
th:each=
"dict : ${type}"
th:text=
"${dict.dictLabel}"
th:value=
"${dict.dictValue}"
></option>
</select>
</li>
<li
class=
"select-time"
>
<label>
创建时间:
</label>
<input
type=
"text"
class=
"time-input"
id=
"startTime"
placeholder=
"开始时间"
name=
"params[beginTime]"
/>
<span>
-
</span>
<input
type=
"text"
class=
"time-input"
id=
"endTime"
placeholder=
"结束时间"
name=
"params[endTime]"
/>
</li>
<li>
<a
class=
"btn btn-primary btn-rounded btn-sm"
onclick=
"$.table.search()"
><i
class=
"fa fa-search"
></i>
搜索
</a>
<a
class=
"btn btn-warning btn-rounded btn-sm"
onclick=
"$.form.reset()"
><i
class=
"fa fa-refresh"
></i>
重置
</a>
</li>
</ul>
</div>
</form>
</div>
<div
class=
"btn-group-sm"
id=
"toolbar"
role=
"group"
>
<a
class=
"btn btn-success"
onclick=
"$.operate.addTab()"
shiro:hasPermission=
"system:user:add"
>
<i
class=
"fa fa-plus"
></i>
新增
</a>
<a
class=
"btn btn-primary btn-edit disabled"
onclick=
"$.operate.editTab()"
shiro:hasPermission=
"system:user:edit"
>
<i
class=
"fa fa-edit"
></i>
修改
</a>
<a
class=
"btn btn-danger btn-del disabled"
onclick=
"$.operate.removeAll()"
shiro:hasPermission=
"system:user:remove"
>
<i
class=
"fa fa-remove"
></i>
删除
</a>
<a
class=
"btn btn-info"
onclick=
"$.table.importExcel()"
shiro:hasPermission=
"system:user:import"
>
<i
class=
"fa fa-upload"
></i>
导入
</a>
<a
class=
"btn btn-warning"
onclick=
"$.table.exportExcel()"
shiro:hasPermission=
"system:user:export"
>
<i
class=
"fa fa-download"
></i>
导出
</a>
</div>
<div
class=
"col-sm-12 select-table table-striped"
>
<table
id=
"bootstrap-table"
data-mobile-responsive=
"true"
></table>
<div
class=
"ui-layout-center"
>
<div
class=
"container-div"
>
<div
class=
"row"
>
<div
class=
"col-sm-12 search-collapse"
>
<form
id=
"user-form"
>
<input
type=
"hidden"
id=
"deptId"
name=
"deptId"
>
<input
type=
"hidden"
id=
"parentId"
name=
"parentId"
>
<div
class=
"select-list"
>
<ul>
<li>
登录名称:
<input
type=
"text"
name=
"loginName"
/>
</li>
<li>
手机号码:
<input
type=
"text"
name=
"phonenumber"
/>
</li>
<li>
用户状态:
<select
name=
"status"
th:with=
"type=${@dict.getType('sys_normal_disable')}"
>
<option
value=
""
>
所有
</option>
<option
th:each=
"dict : ${type}"
th:text=
"${dict.dictLabel}"
th:value=
"${dict.dictValue}"
></option>
</select>
</li>
<li
class=
"select-time"
>
<label>
创建时间:
</label>
<input
type=
"text"
class=
"time-input"
id=
"startTime"
placeholder=
"开始时间"
name=
"params[beginTime]"
/>
<span>
-
</span>
<input
type=
"text"
class=
"time-input"
id=
"endTime"
placeholder=
"结束时间"
name=
"params[endTime]"
/>
</li>
<li>
<a
class=
"btn btn-primary btn-rounded btn-sm"
onclick=
"$.table.search()"
><i
class=
"fa fa-search"
></i>
搜索
</a>
<a
class=
"btn btn-warning btn-rounded btn-sm"
onclick=
"$.form.reset()"
><i
class=
"fa fa-refresh"
></i>
重置
</a>
</li>
</ul>
</div>
</form>
</div>
<div
class=
"btn-group-sm"
id=
"toolbar"
role=
"group"
>
<a
class=
"btn btn-success"
onclick=
"$.operate.addTab()"
shiro:hasPermission=
"system:user:add"
>
<i
class=
"fa fa-plus"
></i>
新增
</a>
<a
class=
"btn btn-primary btn-edit disabled"
onclick=
"$.operate.editTab()"
shiro:hasPermission=
"system:user:edit"
>
<i
class=
"fa fa-edit"
></i>
修改
</a>
<a
class=
"btn btn-danger btn-del disabled"
onclick=
"$.operate.removeAll()"
shiro:hasPermission=
"system:user:remove"
>
<i
class=
"fa fa-remove"
></i>
删除
</a>
<a
class=
"btn btn-info"
onclick=
"$.table.importExcel()"
shiro:hasPermission=
"system:user:import"
>
<i
class=
"fa fa-upload"
></i>
导入
</a>
<a
class=
"btn btn-warning"
onclick=
"$.table.exportExcel()"
shiro:hasPermission=
"system:user:export"
>
<i
class=
"fa fa-download"
></i>
导出
</a>
</div>
<div
class=
"col-sm-12 select-table table-striped"
>
<table
id=
"bootstrap-table"
data-mobile-responsive=
"true"
></table>
</div>
</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