Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
JINRUN-PERPOSITION
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xinzhedeai
JINRUN-PERPOSITION
Commits
a77b1a2f
Commit
a77b1a2f
authored
Nov 27, 2025
by
xinzhedeai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add:报警
parent
56c18dcf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
alarm.vue
src/views/sos/alarm.vue
+2
-2
No files found.
src/views/sos/alarm.vue
View file @
a77b1a2f
...
@@ -74,7 +74,7 @@
...
@@ -74,7 +74,7 @@
{{
scope
.
row
.
idNumber
}}
{{
scope
.
row
.
idNumber
}}
<!-- 当报警状态为Y时显示处置按钮 -->
<!-- 当报警状态为Y时显示处置按钮 -->
<el-button
<el-button
v-if=
"scope.row.idNumber
==
= 'Y'"
v-if=
"scope.row.idNumber
!
= 'Y'"
type=
"primary"
type=
"primary"
size=
"mini"
size=
"mini"
@
click=
"handleDispose(scope.row)"
@
click=
"handleDispose(scope.row)"
...
@@ -98,7 +98,7 @@
...
@@ -98,7 +98,7 @@
<!-- 处置弹窗 -->
<!-- 处置弹窗 -->
<el-dialog
<el-dialog
:title=
"'处置报警 - ' + disposeForm.realName
"
title=
"处置报警
"
:visible.sync=
"disposeDialogVisible"
:visible.sync=
"disposeDialogVisible"
width=
"500px"
width=
"500px"
>
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment