Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
L
laravelzh
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
冯超鹏
laravelzh
Commits
59c6d81a
Commit
59c6d81a
authored
4 years ago
by
Administrator
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
工单列表
parent
c359ae51
Pipeline
#238
failed with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
alarms.vue
resources/js/views/history/alarms.vue
+4
-4
No files found.
resources/js/views/history/alarms.vue
View file @
59c6d81a
...
...
@@ -24,7 +24,7 @@
<
span
>
{{
scope
.
row
.
endtime
==
'0-0-0 0:0'
?
''
:
scope
.
row
.
endtime
|
parseTime
(
'{y
}
-{m
}
-{d
}
{h
}
:{i
}
'
)
}}
<
/span
>
<
/template
>
<
/el-table-column
>
<
el
-
table
-
column
label
=
"报警浓度"
width
=
"
15
0"
>
<
el
-
table
-
column
label
=
"报警浓度"
width
=
"
8
0"
>
<
template
slot
-
scope
=
"scope"
>
<
span
@
click
=
"handleCopy(scope.row.concentration,$event)"
>
{{
scope
.
row
.
concentration
}}
<
/span
>
<
/template
>
...
...
@@ -34,12 +34,12 @@
<
span
@
click
=
"handleCopy(scope.row.location,$event)"
>
{{
scope
.
row
.
location
}}
<
/span
>
<
/template
>
<
/el-table-column
>
<
el
-
table
-
column
label
=
"报警类型"
width
=
"1
5
0"
>
<
el
-
table
-
column
label
=
"报警类型"
width
=
"1
0
0"
>
<
template
slot
-
scope
=
"scope"
>
<
span
>
{{
scope
.
row
.
status_name
}}
<
/span
>
<
/template
>
<
/el-table-column
>
<
el
-
table
-
column
label
=
"切断装置状态"
width
=
"1
5
0"
>
<
el
-
table
-
column
label
=
"切断装置状态"
width
=
"1
0
0"
>
<
template
slot
-
scope
=
"scope"
>
<
span
>
{{
shutoffStatus
(
scope
.
row
.
shutoff_status
)
}}
<
/span
>
<
/template
>
...
...
@@ -54,7 +54,7 @@
<
el
-
tag
:
type
=
"scope.row.status==1 ? 'danger' : 'success' "
effect
=
"dark"
>
{{
scope
.
row
.
status
==
1
?
'当前正在报警'
:
'已结束报警'
}}
<
/el-tag
>
<
/template
>
<
/el-table-column
>
<
el
-
table
-
column
label
=
"操作"
>
<
el
-
table
-
column
label
=
"操作"
width
=
"120"
>
<
template
slot
-
scope
=
"scope"
>
<
el
-
button
type
=
"primary"
effect
=
"dark"
@
click
=
"orderUsers(scope.row)"
>
生成工单
<
/el-button
>
<
/template
>
...
...
This diff is collapsed.
Click to expand it.
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