Toggle navigation
Toggle navigation
This project
Loading...
Sign in
monitor_v3
/
hg-monitor-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
xwx
3 years ago
Commit
e127c1c065fad3ca5ef7e338462bd5c6ed069134
1 parent
5195b45a
资源视图、业务视图搜索改为查询
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
hg-monitor-web-base/src/main/resources/static/src/views/biz/index.html
hg-monitor-web-base/src/main/resources/static/src/views/res/index.html
hg-monitor-web-base/src/main/resources/static/src/views/biz/index.html
View file @
e127c1c
...
...
@@ -165,7 +165,7 @@
<div
class=
"layui-card-body"
>
<div>
<input
type=
"search"
placeholder=
"搜索..."
id=
"bizInputSearch"
autocomplete=
"off"
class=
"layui-input layui-input-search"
style=
"width: 180px"
>
<button
class=
"layui-btn layui-btn-sm layui-btn-normal"
id=
"bizSearch"
style=
"width: 50px;height: 30px;margin-top: -6px;"
>
搜索
</button>
<button
class=
"layui-btn layui-btn-sm layui-btn-normal"
id=
"bizSearch"
style=
"width: 50px;height: 30px;margin-top: -6px;"
>
查询
</button>
</div>
<div
id=
"bizindextree"
></div>
</div>
...
...
hg-monitor-web-base/src/main/resources/static/src/views/res/index.html
View file @
e127c1c
...
...
@@ -276,7 +276,7 @@
<div
class=
"layui-card-body"
>
<div>
<input
type=
"search"
placeholder=
"搜索..."
autocomplete=
"off"
id=
"inputSearch"
class=
"layui-input layui-input-search"
style=
"width: 180px"
>
<button
class=
"layui-btn layui-btn-sm layui-btn-normal"
id=
"resSearch"
style=
"width: 50px;height: 30px;margin-top: -6px;"
>
搜索
</button>
<button
class=
"layui-btn layui-btn-sm layui-btn-normal"
id=
"resSearch"
style=
"width: 50px;height: 30px;margin-top: -6px;"
>
查询
</button>
</div>
<div
id=
"resindextree"
></div>
</div>
...
...
Please
register
or
login
to post a comment