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
王涛
3 years ago
Commit
81424b38f8674ee4f78eb6d6d6fc8349d6918aff
2 parents
0bd40fd6
68738631
Merge branch 'master-500-dev-xwx' into 'master-500-dev'
告警驳回关键字不能输入 See merge request
!534
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
hg-monitor-web-base/src/main/resources/static/vue3/src/views/alarmsClearEditor/index.html
hg-monitor-web-base/src/main/resources/static/vue3/src/views/alarmsClearEditor/index.html
View file @
81424b3
...
...
@@ -146,10 +146,10 @@
</div>
</div>
<div
class=
"alarmsClearTag"
v-if=
"repositoryInto && (!isExamine || status==0 || status==3) "
>
<div
class=
"tag-keyword"
v-if=
"isExamine && status
!=0
&& approverName==loginName"
>
<div
class=
"tag-keyword"
v-if=
"isExamine && status
== 2
&& approverName==loginName"
>
关键字:
<span
class=
"tag-keyword-span"
v-for=
"tag in dynamicTags"
>
{{tag}}
</span>
</div>
<div
class=
"tag-keyword"
v-if=
"!isExamine || status==0"
>
<div
class=
"tag-keyword"
v-if=
"!isExamine || status==0
|| status==3
"
>
关键字:
<el-tag
v-for=
"tag in dynamicTags"
...
...
Please
register
or
login
to post a comment