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
2e765fcd1a5d9f1ced0e52dc552d7a1828cbb937
1 parent
8a0feddf
故障管理搜索框添加搜索条件悬浮提示
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
8 deletions
hg-monitor-web-zj/src/main/resources/static/vue3/src/views/faultDiagnosis/result/index.html
hg-monitor-web-zj/src/main/resources/static/vue3/src/views/faultDiagnosis/result/index.html
View file @
2e765fc
...
...
@@ -3,15 +3,13 @@
<div
class=
"search"
>
<div
class=
"condition fault-book-input-text"
>
<el-form-item>
<el-input
:size=
"$global.elementConfig.size.input"
v-model=
"searchForm.keyword"
placeholder=
"输入关键字"
@
keydown
.
enter
.
native=
"getPage"
style=
"margin-top:5px;"
class=
"fault-book-input-text"
></el-input>
<el-tooltip
placement=
"bottom-start"
>
<template
#
content
>
故障编号
<br/>
发生时间
<br/>
故障状态
<br/>
处理方式
<br/>
处理时间
<br/>
处理人
<br/>
持续时长
<br/>
影响范围
<br/>
故障主体
</template>
<el-input
:size=
"$global.elementConfig.size.input"
v-model=
"searchForm.keyword"
placeholder=
"输入关键字"
@
keydown
.
enter
.
native=
"getPage"
style=
"margin-top:5px;"
class=
"fault-book-input-text"
></el-input>
</el-tooltip>
</el-form-item>
<!--<el-form-item>
<el-select v-model="searchForm.category" placeholder="故障分类">
<el-option label="Zone one" value="shanghai"></el-option>
<el-option label="Zone two" value="beijing"></el-option>
</el-select>
</el-form-item>-->
<el-form-item>
<el-button
:size=
"$global.elementConfig.size.button"
type=
"primary"
@
click=
"getPage"
>
搜索
...
...
Please
register
or
login
to post a comment