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
0754b856
Commit
0754b856
authored
Apr 28, 2022
by
王晓倩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
企业数据监控调整
parent
1b3e5a3d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
26 deletions
+26
-26
CzCard.vue
...erationMonitor/monitorData/component/charsData/CzCard.vue
+24
-24
CzItem.vue
...erationMonitor/monitorData/component/charsData/CzItem.vue
+2
-2
No files found.
gassafetyprogress-web/src/views/operationMonitor/monitorData/component/charsData/CzCard.vue
View file @
0754b856
...
...
@@ -64,10 +64,10 @@ export default {
{
deviceName
:
"中诚燃气门站"
,
state
:
1
,
a
:
25
,
b
:
5
6
,
c
:
54
,
d
:
15
,
a
:
12
,
b
:
5
7.7
,
c
:
0.46
,
d
:
54.2
,
// e: 56,
image
:
""
,
show
:
true
,
...
...
@@ -76,10 +76,10 @@ export default {
{
deviceName
:
"平山中燃气站"
,
state
:
1
,
a
:
25
,
b
:
56
,
c
:
54
,
d
:
15
,
a
:
13.1
,
b
:
64.3
,
c
:
0.51
,
d
:
48.2
,
// e: 56,
image
:
""
,
show
:
true
,
...
...
@@ -124,10 +124,10 @@ export default {
{
deviceName
:
"隆和气化站"
,
state
:
1
,
a
:
25
,
b
:
5
6
,
c
:
54
,
d
:
15
,
a
:
15.2
,
b
:
5
2.9
,
c
:
0.49
,
d
:
54
,
// e: 56,
image
:
""
,
show
:
true
,
...
...
@@ -136,10 +136,10 @@ export default {
{
deviceName
:
"温塘气化站"
,
state
:
1
,
a
:
25
,
b
:
56
,
c
:
54
,
d
:
15
,
a
:
12.6
,
b
:
61.8
,
c
:
0.47
,
d
:
49
,
// e: 56,
image
:
""
,
show
:
true
,
...
...
@@ -148,10 +148,10 @@ export default {
{
deviceName
:
"93701部队气化站"
,
state
:
1
,
a
:
25
,
b
:
56
,
c
:
54
,
d
:
15
,
a
:
14.6
,
b
:
56
.5
,
c
:
0.58
,
d
:
47.6
,
// e: 56,
image
:
""
,
show
:
true
,
...
...
@@ -160,10 +160,10 @@ export default {
{
deviceName
:
"隆城绿都气化站"
,
state
:
1
,
a
:
2
5
,
b
:
5
6
,
c
:
54
,
d
:
15
,
a
:
12.
5
,
b
:
5
4
,
c
:
0.52
,
d
:
50
,
// e: 56,
image
:
""
,
show
:
true
,
...
...
gassafetyprogress-web/src/views/operationMonitor/monitorData/component/charsData/CzItem.vue
View file @
0754b856
...
...
@@ -28,10 +28,10 @@
水温:
<span
:class=
"
{ active: list.b > 50 }">
{{
list
.
b
}}
°C
</span>
</div>
<div>
压力:
<span
:class=
"
{ active: list.c > 50 }">
{{
list
.
c
}}
Pa
</span>
压力:
<span
:class=
"
{ active: list.c > 50 }">
{{
list
.
c
}}
M
Pa
</span>
</div>
<div>
湿度:
<span
:class=
"
{ active: list.d > 50 }">
{{
list
.
d
}}
°C
</span>
湿度:
<span
:class=
"
{ active: list.d > 50 }">
{{
list
.
d
}}
%
</span>
</div>
<!--
<div>
水温:
<span
:class=
"
{ active: list.e > 50 }">
{{
list
.
e
}}
°C
</span>
...
...
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