diff --git a/src/views/ai/components/AirConditioningAISaving.vue b/src/views/ai/components/AirConditioningAISaving.vue
new file mode 100644
index 0000000..231f095
--- /dev/null
+++ b/src/views/ai/components/AirConditioningAISaving.vue
@@ -0,0 +1,700 @@
+
+
+
+
+
{{ reportData.title }}
+
生成时间:{{ reportData.generateTime }}
+
+
+
+
+
AI空调节能策略报告
+
{{ reportData.summary }}
+
+
+
+
+
一、节能策略配置
+
+
+
+
优化目标
+
+ 成本最低
+ 舒适度品质最优
+ 成本与品质均衡
+
+
+
+
+
+
适用系统
+
+ 冷水机组
+ 水泵系统
+ 空调末端
+ 热泵系统
+
+
+
+
+
+
执行方式
+
+ 自动执行(动态调整)
+ 仅建议
+
+
+
+
+
+
+
二、系统参数优化策略
+
+
+
+
+
+
冷水机组参数优化
+
+
+
+ °C
+
+
+ °C
+
+
+ 台
+
+
+
+
+
+
+
+
+
+
+
+
水泵系统参数优化
+
+
+
+ Hz
+
+
+ MPa
+
+
+ MPa
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
空调末端参数优化
+
+
+
+ %
+
+
+ %
+
+
+ °C
+
+
+ ppm
+
+
+
+
+
+
+
+
+
热泵系统参数优化
+
+
+
+ °C
+
+
+ °C
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
三、区域策略配置
+
+
+
+
+
+ -
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 删除
+
+
+
+
+ 添加区域策略
+
+
+
+
+
四、策略效果预览
+
+
+
+
{{ estimatedEnergySaving }}%
+
预计节能率
+
+
+
{{ comfortIndex }}
+
舒适度指数
+
+
+
{{ costReduction }}%
+
成本降低
+
+
+
{{ co2Reduction }}吨
+
CO₂减排
+
+
+
+
+
+
+
+
+
+ 保存策略
+ 立即执行
+ 重置
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/ai/components/LightingAISaving.vue b/src/views/ai/components/LightingAISaving.vue
new file mode 100644
index 0000000..b4adf60
--- /dev/null
+++ b/src/views/ai/components/LightingAISaving.vue
@@ -0,0 +1,625 @@
+
+
+
+
+
{{ reportData.title }}
+
生成时间:{{ reportData.generateTime }}
+
+
+
+
+
AI照明节能策略报告
+
{{ reportData.summary }}
+
+
+
+
+
一、节能策略配置
+
+
+
+
优化目标
+
+ 节能优先
+ 舒适优先
+ 平衡模式
+
+
+
+
+
+
适用区域
+
+ 办公区
+ 走廊
+ 会议室
+ 车库
+
+
+
+
+
+
执行方式
+
+ 自动执行(动态调整)
+ 仅建议
+
+
+
+
+
+
+
二、场景化调光策略
+
+
+
+
+
{{ area.label }}照明策略
+
+
+
+
亮度模式占比
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
感应触发设置
+
+
+ 分钟
+
+
+ 秒
+
+
+
+
+
+
+
时段策略
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 删除
+
+
+
+ 添加时段
+
+
+
+
+
+
+
+
+
三、策略效果预览
+
+
+
+
{{ estimatedSaving }}%
+
预计节能率
+
+
+
{{ comfortScore }}
+
舒适度评分
+
+
+
{{ implementationCost }}
+
实施成本
+
+
+
{{ paybackPeriod }}
+
投资回收期(月)
+
+
+
+
+
+
+
+
+
+ 保存策略
+ 立即执行
+ 重置
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/ai/components/index.js b/src/views/ai/components/index.js
index f191f18..c32f7dd 100644
--- a/src/views/ai/components/index.js
+++ b/src/views/ai/components/index.js
@@ -13,3 +13,9 @@ export { default as LightingReport } from './LightingReport.vue'
// 水泵系统分析报告
export { default as PumpReport } from './PumpReport.vue'
+
+// AI照明节能控制
+export { default as LightingAISaving } from './LightingAISaving.vue'
+
+// AI空调节能控制
+export { default as AirConditioningAISaving } from './AirConditioningAISaving.vue'
\ No newline at end of file
diff --git a/src/views/ai/index.vue b/src/views/ai/index.vue
index c4297fa..d3cc2fe 100644
--- a/src/views/ai/index.vue
+++ b/src/views/ai/index.vue
@@ -166,7 +166,9 @@ import {
ComprehensiveReport,
AirConditioningReport,
LightingReport,
- PumpReport
+ PumpReport,
+ LightingAISaving,
+ AirConditioningAISaving
} from "./components";
export default {
@@ -175,7 +177,9 @@ export default {
ComprehensiveReport,
AirConditioningReport,
LightingReport,
- PumpReport
+ PumpReport,
+ LightingAISaving,
+ AirConditioningAISaving
},
data() {
return {
@@ -186,9 +190,11 @@ export default {
conversationId: "",
quickQueries: [
"生成项目综合分析报告",
- "生成空调系统分析报告",
+ "生成空调系统分析报告",
"生成照明系统分析报告",
- "生成水泵系统分析报告"
+ "生成水泵系统分析报告",
+ "AI照明节能策略",
+ "AI空调节能策略"
],
// 打印相关
@@ -201,14 +207,18 @@ export default {
comprehensive: "ComprehensiveReport",
airConditioning: "AirConditioningReport",
lighting: "LightingReport",
- pump: "PumpReport"
+ pump: "PumpReport",
+ lightingAISaving: "LightingAISaving",
+ airConditioningAISaving: "AirConditioningAISaving"
},
reportTitleMap: {
comprehensive: "项目综合分析报告",
airConditioning: "空调制冷系统分析报告",
lighting: "照明系统分析报告",
- pump: "水泵系统分析报告"
+ pump: "水泵系统分析报告",
+ lightingAISaving: "AI照明节能策略",
+ airConditioningAISaving: "AI空调节能策略"
},
// 全屏相关
@@ -308,7 +318,9 @@ export default {
{ name: "项目综合分析报告", type: "comprehensive" },
{ name: "空调系统分析报告", type: "airConditioning" },
{ name: "照明系统分析报告", type: "lighting" },
- { name: "水泵系统分析报告", type: "pump" }
+ { name: "水泵系统分析报告", type: "pump" },
+ { name: "AI照明节能策略", type: "lightingAISaving" },
+ { name: "AI空调节能策略", type: "airConditioningAISaving" }
]
});
},
@@ -466,6 +478,26 @@ export default {
}
};
+ case 'lightingAISaving':
+ return {
+ ...baseData,
+ title: "AI照明节能策略",
+ summary: "基于光环境、人员行为与使用场景数据分析,生成的场景化调光策略,支持办公区、走廊、会议室、车库等不同功能区域的照明节能优化。",
+ projectInfo: {
+ description: "AI照明节能策略已配置,包含亮度占比优化、感应触发时长设置和时段策略。"
+ }
+ };
+
+ case 'airConditioningAISaving':
+ return {
+ ...baseData,
+ title: "AI空调节能策略",
+ summary: "结合冷水机组、水泵、空调末端等设备运行参数,室内外温湿度及CO₂数据,通过AI优化算法输出全局协同调节策略。",
+ projectInfo: {
+ description: "AI空调节能策略已配置,包含供水温度、水泵频率、风机转速等参数优化建议。"
+ }
+ };
+
default:
return baseData;
}
@@ -586,7 +618,9 @@ export default {
comprehensive: ComprehensiveReport,
airConditioning: AirConditioningReport,
lighting: LightingReport,
- pump: PumpReport
+ pump: PumpReport,
+ lightingAISaving: "LightingAISaving",
+ airConditioningAISaving: "AirConditioningAISaving"
};
return componentMap[type];
},
diff --git a/src/views/newCenterairC/energyManage/energyEfficiencyCalendarViz/index.vue b/src/views/newCenterairC/energyManage/energyEfficiencyCalendarViz/index.vue
index 03ab365..3e3225b 100644
--- a/src/views/newCenterairC/energyManage/energyEfficiencyCalendarViz/index.vue
+++ b/src/views/newCenterairC/energyManage/energyEfficiencyCalendarViz/index.vue
@@ -63,9 +63,9 @@
-