Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gassafety-progress
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
耿迪迪
gassafety-progress
Commits
b5293459
Commit
b5293459
authored
Feb 28, 2022
by
纪泽龙
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop_jzl'
parents
763980ae
9b030d07
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
rightBar.vue
gassafetyprogress-web/src/components/bigWindow/rightBar.vue
+4
-4
No files found.
gassafetyprogress-web/src/components/bigWindow/rightBar.vue
View file @
b5293459
...
@@ -27,21 +27,21 @@
...
@@ -27,21 +27,21 @@
>
>
<el-table-column
prop=
"unitName"
label=
"所在单位"
width=
"80"
>
<el-table-column
prop=
"unitName"
label=
"所在单位"
width=
"80"
>
<template
slot-scope=
"scope"
>
<template
slot-scope=
"scope"
>
<div
class=
"
ddd
"
:title=
"scope.row.unitName"
>
<div
class=
"
zzz
"
:title=
"scope.row.unitName"
>
{{
scope
.
row
.
unitName
}}
{{
scope
.
row
.
unitName
}}
</div>
</div>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"detectorType"
label=
"设备类型"
width=
"80"
>
<el-table-column
prop=
"detectorType"
label=
"设备类型"
width=
"80"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<div
class=
"
ddd
"
:title=
"scope.row.detectorType"
>
<div
class=
"
zzz
"
:title=
"scope.row.detectorType"
>
{{
scope
.
row
.
detectorType
}}
{{
scope
.
row
.
detectorType
}}
</div>
</div>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"statusName"
label=
"预警信息"
width=
"80"
>
<el-table-column
prop=
"statusName"
label=
"预警信息"
width=
"80"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<div
class=
"
ddd
"
:title=
"scope.row.statusName"
>
<div
class=
"
zzz
"
:title=
"scope.row.statusName"
>
{{
scope
.
row
.
statusName
}}
{{
scope
.
row
.
statusName
}}
</div>
</div>
</
template
>
</
template
>
...
@@ -50,7 +50,7 @@
...
@@ -50,7 +50,7 @@
</el-table-column>
</el-table-column>
<el-table-column
prop=
"handledStatus"
label=
"状态"
>
<el-table-column
prop=
"handledStatus"
label=
"状态"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<div
class=
"
ddd
"
:title=
"scope.row.handledStatus"
>
<div
class=
"
zzz
"
:title=
"scope.row.handledStatus"
>
{{
scope
.
row
.
handledStatus
}}
{{
scope
.
row
.
handledStatus
}}
</div>
</div>
</
template
>
</
template
>
...
...
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