diff --git a/hx-ai-intelligent/src/router/equipmentControl.ts b/hx-ai-intelligent/src/router/equipmentControl.ts index b3f11ca..5990988 100644 --- a/hx-ai-intelligent/src/router/equipmentControl.ts +++ b/hx-ai-intelligent/src/router/equipmentControl.ts @@ -65,7 +65,7 @@ const equipmentControl = { { path: 'airConditioningSystem', name: 'airConditioningSystem', - meta: { title: '空调系统', hideChildren: true, icon: 'shebeiqunkong' }, + meta: { title: '新风系统', hideChildren: true, icon: 'shebeiqunkong' }, component: Base, redirect: { name: 'airConditioningSystemIndex' }, children: [ @@ -74,7 +74,7 @@ const equipmentControl = { name: 'airConditioningSystemIndex', component: () => import('/@/view/equipmentControl/airConditioningSystem/index.vue'), meta: { - title: '空调系统', + title: '新风系统', keepAlive: false, // backApi: [], }, diff --git a/hx-ai-intelligent/src/view/equipmentControl/airConditioningSystem/index.vue b/hx-ai-intelligent/src/view/equipmentControl/airConditioningSystem/index.vue index e98f5bf..8840fc7 100644 --- a/hx-ai-intelligent/src/view/equipmentControl/airConditioningSystem/index.vue +++ b/hx-ai-intelligent/src/view/equipmentControl/airConditioningSystem/index.vue @@ -28,7 +28,7 @@ - +
+ +
+ +
@@ -195,6 +217,37 @@ url: people, }, ]); + //新风主机 + const newTrend = ref([ + { + title: 'D区新风主机', + styleText: { left: '43%', bottom: '44%' }, + type: '新风主机', + unit: '℃', + number: 20, + url: freshAir, + }, + { + title: 'C区新风主机', + styleText: { left: '45%', bottom: '23%' }, + type: '新风主机', + unit: '℃', + }, + { + title: 'background-size区新风主机', + styleText: { left: '61.5%', bottom: '54%' }, + type: '新风主机', + unit: '℃', + number: 20, + url: freshAir, + }, + { + title: 'A区新风主机', + styleText: { left: '63%', bottom: '36%' }, + type: '新风主机', + unit: '℃', + }, + ]); // 选择的图例 const selectIndex = ref(0); const selectLegend = (item: any, index: any) => { diff --git a/hx-ai-intelligent/src/view/equipmentControl/image/airConditioningSystem/fan.png b/hx-ai-intelligent/src/view/equipmentControl/image/airConditioningSystem/fan.png new file mode 100644 index 0000000..52841a8 Binary files /dev/null and b/hx-ai-intelligent/src/view/equipmentControl/image/airConditioningSystem/fan.png differ