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
Plain Diff
Browse Files
Authored by
zhangtianqi
2023-09-08 16:18:14 +0800
Commit
abc67365c6b8202cfd5607c5ac11b0ceaddc16f4
2 parents
a34e74eb
ebd1b60b
Merge branch 'master-mj' of
http://113.200.75.45:82/monitor_v3/hg-monitor-web
into master-mj-ztq
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
2 deletions
hg-monitor-web-base/src/main/resources/static/src/controller/noticemerge.js
hg-monitor-web-base/src/main/resources/static/src/controller/prediction.js
hg-monitor-web-base/src/main/resources/static/src/views/prediction/index.html
hg-monitor-web-base/src/main/resources/static/src/controller/noticemerge.js
View file @
abc6736
...
...
@@ -47,7 +47,7 @@ layui.define(['table', 'form', 'admin', 'layer', 'common', 'sessions', 'xmSelect
elem
:
'#noticemerge-table'
,
url
:
domainName
+
'/api-web/noticemerge/page?accessToken='
+
accessToken
,
where
:
conditions
,
height
:
'full-
16
0'
,
height
:
'full-
7
0'
,
page
:
{
layout
:
[
'count'
,
'prev'
,
'page'
,
'next'
,
'limit'
,
'skip'
]
,
theme
:
'#1E9FFF'
//自定义分页主题颜色
...
...
hg-monitor-web-base/src/main/resources/static/src/controller/prediction.js
View file @
abc6736
...
...
@@ -21,6 +21,11 @@ layui.define(['table', 'form', 'sessions', 'admin', 'common', 'echarts', 'laydat
reloadAllChange
();
}
});
$
(
"#predictionSeach"
).
unbind
().
on
(
"click"
,
function
()
{
reloadAllChange
();
});
// 加载设备出入表格
function
renderpredictionListTable
()
{
var
conditions
=
form
.
val
(
'form-prediction-condition'
);
...
...
hg-monitor-web-base/src/main/resources/static/src/views/prediction/index.html
View file @
abc6736
...
...
@@ -9,11 +9,15 @@
lay-filter=
"form-prediction-condition"
>
<div
class=
"layui-form-item"
>
<div
class=
"layui-inline"
>
<div
class=
"layui-input-inline layui-input-inline--long"
>
<div
class=
"layui-input-inline layui-input-inline--long
keyword-input
"
>
<input
type=
"text"
name=
"keyword"
lay-tips=
"关键字检索包含: </br>资源名称 </br>指标名称</br>flag"
placeholder=
"输入关键字,回车搜索"
autocomplete=
"off"
class=
"layui-input"
>
</div>
</div>
</div>
<button
class=
"layui-btn layui-btn-normal layui-btn-normal"
id=
"predictionSeach"
type=
"button"
>
搜索
</button>
</form>
</div>
...
...
Please
register
or
login
to post a comment