Commit 0754b856 authored by 王晓倩's avatar 王晓倩

企业数据监控调整

parent 1b3e5a3d
...@@ -64,10 +64,10 @@ export default { ...@@ -64,10 +64,10 @@ export default {
{ {
deviceName: "中诚燃气门站", deviceName: "中诚燃气门站",
state: 1, state: 1,
a: 25, a: 12,
b: 56, b: 57.7,
c: 54, c: 0.46,
d: 15, d: 54.2,
// e: 56, // e: 56,
image: "", image: "",
show: true, show: true,
...@@ -76,10 +76,10 @@ export default { ...@@ -76,10 +76,10 @@ export default {
{ {
deviceName: "平山中燃气站", deviceName: "平山中燃气站",
state: 1, state: 1,
a: 25, a: 13.1,
b: 56, b: 64.3,
c: 54, c: 0.51,
d: 15, d: 48.2,
// e: 56, // e: 56,
image: "", image: "",
show: true, show: true,
...@@ -124,10 +124,10 @@ export default { ...@@ -124,10 +124,10 @@ export default {
{ {
deviceName: "隆和气化站", deviceName: "隆和气化站",
state: 1, state: 1,
a: 25, a: 15.2,
b: 56, b: 52.9,
c: 54, c: 0.49,
d: 15, d: 54,
// e: 56, // e: 56,
image: "", image: "",
show: true, show: true,
...@@ -136,10 +136,10 @@ export default { ...@@ -136,10 +136,10 @@ export default {
{ {
deviceName: "温塘气化站", deviceName: "温塘气化站",
state: 1, state: 1,
a: 25, a: 12.6,
b: 56, b: 61.8,
c: 54, c: 0.47,
d: 15, d: 49,
// e: 56, // e: 56,
image: "", image: "",
show: true, show: true,
...@@ -148,10 +148,10 @@ export default { ...@@ -148,10 +148,10 @@ export default {
{ {
deviceName: "93701部队气化站", deviceName: "93701部队气化站",
state: 1, state: 1,
a: 25, a: 14.6,
b: 56, b: 56.5,
c: 54, c: 0.58,
d: 15, d: 47.6,
// e: 56, // e: 56,
image: "", image: "",
show: true, show: true,
...@@ -160,10 +160,10 @@ export default { ...@@ -160,10 +160,10 @@ export default {
{ {
deviceName: "隆城绿都气化站", deviceName: "隆城绿都气化站",
state: 1, state: 1,
a: 25, a: 12.5,
b: 56, b: 54,
c: 54, c: 0.52,
d: 15, d: 50,
// e: 56, // e: 56,
image: "", image: "",
show: true, show: true,
......
...@@ -28,10 +28,10 @@ ...@@ -28,10 +28,10 @@
水温:<span :class="{ active: list.b > 50 }">{{ list.b }}°C</span> 水温:<span :class="{ active: list.b > 50 }">{{ list.b }}°C</span>
</div> </div>
<div> <div>
压力:<span :class="{ active: list.c > 50 }">{{ list.c }}Pa</span> 压力:<span :class="{ active: list.c > 50 }">{{ list.c }}MPa</span>
</div> </div>
<div> <div>
湿度:<span :class="{ active: list.d > 50 }">{{ list.d }}°C</span> 湿度:<span :class="{ active: list.d > 50 }">{{ list.d }}%</span>
</div> </div>
<!--<div> <!--<div>
水温:<span :class="{ active: list.e > 50 }">{{ list.e }}°C</span> 水温:<span :class="{ active: list.e > 50 }">{{ list.e }}°C</span>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment