diff --git a/public/img/enp_blue/greenBlock.png b/public/img/enp_blue/greenBlock.png
new file mode 100644
index 00000000..80de97c1
Binary files /dev/null and b/public/img/enp_blue/greenBlock.png differ
diff --git a/src/App.vue b/src/App.vue
index e652fe73..82b38d9b 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -257,5 +257,9 @@ export default {
background-image: url('/public/img/enp_blue/selectBg.png');
}
+.enpCheckbox>.el-checkbox>.el-checkbox__label {
+ color: #ffffff;
+}
+
//排放系统
diff --git a/src/views/bigScreen/enpComponents/orgwryList.vue b/src/views/bigScreen/enpComponents/orgwryList.vue
index 02674fd2..1239cc5f 100644
--- a/src/views/bigScreen/enpComponents/orgwryList.vue
+++ b/src/views/bigScreen/enpComponents/orgwryList.vue
@@ -11,78 +11,185 @@
+
+
+ {{ eqs.name }}
设备类型:主要生产设备
- 电机功率:5352kw
+
+ 电机功率:
+ {{ eqs.power_kw }}kw
+
+
+
+
+ 生产能力:
+ {{ eqs.parameter_json.生产能力
+ }}
+
-
+
+
+ {{ eqz.name }}
- 设备类型:主要生产设备
+ 风量:
+ {{ eqz.parameter_json.风量
+ }}m³/h
+
- 电机功率:5352kw
+ 过滤面积:
+ {{ eqz.parameter_json.过滤面积
+ }} m²
+
+
+
+ 布袋材质:
+ {{ eqz.parameter_json.布袋材质
+ }}
+
+
+
+ 过滤风速:
+ {{ eqz.parameter_json.过滤风速
+ }} m/min
+
+
+
+ 额定功率:
+ {{ eqz.parameter_json.额定功率
+ }} Kw
+
-
+
+
+ {{ detailItem.name }}
- 设备类型:主要生产设备
+ 排气筒高度:{{ detailItem.height }} m
- 电机功率:5352kw
+ 废气处理量: {{ detailItem.treatment_capacity }} m³/h
+
+
+ PM超低排放限值: {{ detailItem.pm_limit }} mg/Nm³
+
+
+ 排污许可状况: 已许可
+
+
+ 治理措施: {{ detailItem.measure }}
-
+
+
+ {{ eqc.name }}
-
- 设备类型:主要生产设备
+
+
+ 颗粒物:(实测值)0.218 mg/m³
+ (折算值)0.218 mg/m³
+
+
+
+
+ SO2:(实测值)0.218 mg/m³
+ (折算值)0.218 mg/m³
+
+
+
+
+ NOX:(实测值)0.218 mg/m³
+ (折算值)0.218 mg/m³
+
- 电机功率:5352kw
+ 流量: 0.000 m³/h
+
+
+ 温度: 0.000 ℃
+
+
+ 湿度: 0.000 %
+
+
+ 压力: 0.000 MPa
+
+
+ 含氧量: 0.000 %
-
排放口及关联设备动态信息
-
+
+
+
CEMS监测设备
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
生产设备-水泥磨机
+
+
+
+
治理设备-磨尾除尘器
+
+
+
+
@@ -134,6 +241,7 @@
@@ -236,6 +478,7 @@ export default {
.rightCard {
flex: 2;
height: 80vh;
+ color: #ffffff;
background-image: url('/public/img/enp_blue/tableBg.png');
background-repeat: no-repeat;
background-size: 100% 100%;
@@ -303,17 +546,36 @@ export default {
}
.greenBlock {
- width: 0.6vw;
- height: 0.6vw;
- border: 1px solid rgb(14, 216, 119);
- padding: 0.1vw;
- box-sizing: border-box;
+ width: 1vh;
+ height: 1vh;
+ background-image: url('/public/img/enp_blue/greenBlock.png');
+ background-size: 100% 100%;
display: inline-block;
+ vertical-align: middle;
+ margin-right: 0.5vw;
+}
+
+.circles {
+ width: 10px;
+ height: 10px;
+ border-radius: 5px;
+ background: #aaaaaa;
+ display: inline-block;
+ margin: auto 0.5vw auto 0;
+}
+
+.circles_1 {
+ background: #0ed877;
+}
+
+.circles_2 {
+ background: orange;
}
.linesWrap {
padding: 1vh 0.5vw;
-
+ height: 93%;
+ overflow: scroll;
font-weight: bold;
line-height: 3.5vh;
}
@@ -321,10 +583,11 @@ export default {
.typeLine {
height: 3.5vh;
line-height: 4vh;
+ font-weight: normal;
}
.infoLine {
- height: 3.5vh;
+ line-height: 3vh;
padding-left: 0.5vw;
display: flex
}
diff --git a/src/views/em/equipment_form.vue b/src/views/em/equipment_form.vue
index a7da7161..a763c25e 100644
--- a/src/views/em/equipment_form.vue
+++ b/src/views/em/equipment_form.vue
@@ -7,15 +7,8 @@
-
+
@@ -78,10 +71,11 @@
-
+
+ placeholder="用电功率" />(Kw)
+
@@ -100,7 +94,7 @@
-
+
@@ -110,20 +104,36 @@
+
+
+
+ 添加
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 删除
+
+
-
+
@@ -216,7 +226,7 @@
\ No newline at end of file