diff --git a/src/api/desulfurization/energyAnalysis.js b/src/api/desulfurization/energyAnalysis.js
new file mode 100644
index 0000000..77591f7
--- /dev/null
+++ b/src/api/desulfurization/energyAnalysis.js
@@ -0,0 +1,10 @@
+import request from "@/utils/request";
+
+// so2浓度与小苏打用量
+export function fgdScrEnergy(data) {
+ return request({
+ url: '/fgdScr/energy/sys/query',
+ method: 'post',
+ data: data
+ })
+}
\ No newline at end of file
diff --git a/src/views/components/densityAndDasage.vue b/src/views/components/densityAndDasage.vue
new file mode 100644
index 0000000..a156010
--- /dev/null
+++ b/src/views/components/densityAndDasage.vue
@@ -0,0 +1,505 @@
+
+
+
+
+
+
diff --git a/src/views/components/sodaDailyDosage.vue b/src/views/components/sodaDailyDosage.vue
new file mode 100644
index 0000000..79b5f97
--- /dev/null
+++ b/src/views/components/sodaDailyDosage.vue
@@ -0,0 +1,312 @@
+
+
+
+
+
+
diff --git a/src/views/desulfurization/desMonitor/desMonitorCenter.vue b/src/views/desulfurization/desMonitor/desMonitorCenter.vue
index e87b7eb..805d6f2 100644
--- a/src/views/desulfurization/desMonitor/desMonitorCenter.vue
+++ b/src/views/desulfurization/desMonitor/desMonitorCenter.vue
@@ -4,7 +4,7 @@
-
铭汉空压热回收系统
+ 铭汉脱硫系统
{{ formattedDate }}
diff --git a/src/views/desulfurization/energyAnalysis/index.vue b/src/views/desulfurization/energyAnalysis/index.vue
index e69de29..b2c8553 100644
--- a/src/views/desulfurization/energyAnalysis/index.vue
+++ b/src/views/desulfurization/energyAnalysis/index.vue
@@ -0,0 +1,1046 @@
+
+
+
+
+
+
+
时间类型:
+
+ 分钟
+ 小时
+ 日
+ 月
+ 年
+
+
+
+
+
+
+
+
+
+
+ 查询
+
+
+ 打印
+
+
+ 导出
+
+
+
+
+
+
{{ this.titleDate }}数据分析
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ | 能源报表 |
+
+
+ | 时间 |
+ 进SO2浓度(mg/m³) |
+ 出SO2浓度(mg/m³) |
+ 小苏打用量(mg) |
+
+
+
+ |
+ {{ value }}
+ |
+
+
+
+
操作员: {{ this.userName }}
+
日期: {{ this.operationDate }}
+
+
+
+
+ 取消
+
+
+ 确认
+
+
+
+
+
+
+
+
+
diff --git a/src/views/index.vue b/src/views/index.vue
index 8832686..8b48b79 100644
--- a/src/views/index.vue
+++ b/src/views/index.vue
@@ -5,42 +5,25 @@
项目简介
-
![Base64 Image]()
+
-

+
项目名称
{{ projectObj.proName }}
-

+
建筑面积
{{ projectObj.buildingArea }}m³
-

+
运营地址
{{ projectObj.proAddr }}
@@ -49,11 +32,7 @@
-

+
项目运行开始时间
{{ projectObj.operateStartTime }}
@@ -61,68 +40,43 @@
-
-
-
-
-
-
总耗电量(kwh)
-
{{ projectView.totalEle }}
-
-
-
总热水补水(吨)
-
- {{ projectView.totalWater }}
-
-
-
-
总蒸汽流量(吨)
-
- {{ projectView.totalGas }}
-
-
-
-
总产冷量(kw)
-
- {{ projectView.totalCold }}
-
-
-
-
今年耗电量(kwh)
-
- {{ projectView.yearEle }}
-
-
-
-
今年热水补水(吨)
-
- {{ projectView.yearWater }}
+
+
+
+
+
+
+
反应前SO2浓度
+
(mg/m³)
+
{{ projectView.beforeSO2 }}
-
-
-
今年蒸汽流量(吨)
-
- {{ projectView.yearGas }}
+
+
+
反应后SO2浓度
+
(mg/m³)
+
+ {{ projectView.afterSO2 }}
+
-
-
今年产冷量(kw)
-
- {{ projectView.yearCold }}
-
+
+
-
-
-
冷源系统
+
+
+ SO2最近24小时浓度与小苏打用量
-
+
-
+
+
-
+