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
4af07bc716a23735b87b7aa5719d4bfc435e6e42
1 parent
158ec802
故障诊断管理-【977】-搜索框增加悬浮提示都支持那些条件搜索
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
hg-monitor-web-zj/src/main/resources/static/vue3/src/components/page/faultDiagnosis/diagnosis/diagnosisDoc/index.html
hg-monitor-web-zj/src/main/resources/static/vue3/src/components/page/faultDiagnosis/diagnosis/diagnosisDoc/index.html
View file @
4af07bc
...
...
@@ -2,7 +2,10 @@
<el-row>
<el-col
:span=
"6"
>
<div
class=
"search-input margin-30 flex-div-start"
>
<el-input
:size=
"$global.elementConfig.size.input"
v-model=
"name"
placeholder=
"故障诊断"
class=
"fault-book-input-text"
/>
<el-tooltip
placement=
"bottom-start"
>
<template
#
content
>
故障名称
<br/></template>
<el-input
:size=
"$global.elementConfig.size.input"
v-model=
"name"
placeholder=
"输入关键字"
class=
"fault-book-input-text"
/>
</el-tooltip>
<span
class=
"search-text"
style=
"border-radius: 4px"
@
click=
"searchList"
>
搜索
</span>
</div>
...
...
Please
register
or
login
to post a comment