From 6695790805b7a0b9034c3dab502f31d57eb7205e Mon Sep 17 00:00:00 2001 From: zhaohy <1695786511@qq.com> Date: Mon, 26 Aug 2024 15:35:34 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E6=94=B9=E6=96=B0=E9=A3=8E?= =?UTF-8?q?=E7=B3=BB=E7=BB=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../airConditioningSystem/devicePosition.ts | 4 +- .../airConditioningSystem/index.vue | 156 +-------------------- 2 files changed, 5 insertions(+), 155 deletions(-) diff --git a/hx-ai-intelligent/src/view/equipmentControl/airConditioningSystem/devicePosition.ts b/hx-ai-intelligent/src/view/equipmentControl/airConditioningSystem/devicePosition.ts index 9b28cd8..52fb605 100644 --- a/hx-ai-intelligent/src/view/equipmentControl/airConditioningSystem/devicePosition.ts +++ b/hx-ai-intelligent/src/view/equipmentControl/airConditioningSystem/devicePosition.ts @@ -91,8 +91,8 @@ export const airConditioningPosition = [ bottom: '32%', width: '300px', height: '150px', - color: 'rgba(220, 67, 46, 0.2)', - border: '1px solid rgba(220, 67, 46, 1)', + color: 'rgba(155, 216, 224, 0.2)', + border: '1px solid rgba(155, 216, 224, 1)', position: 'absolute', top: '163px', abLeft: '343px', diff --git a/hx-ai-intelligent/src/view/equipmentControl/airConditioningSystem/index.vue b/hx-ai-intelligent/src/view/equipmentControl/airConditioningSystem/index.vue index 594b70b..274d0fc 100644 --- a/hx-ai-intelligent/src/view/equipmentControl/airConditioningSystem/index.vue +++ b/hx-ai-intelligent/src/view/equipmentControl/airConditioningSystem/index.vue @@ -247,105 +247,9 @@ //人流 const peopleData = ref([]); //新风主机 - const newTrend = ref([ - { - title: 'D区新风主机', - styleText: { left: '43%', bottom: '44%' }, - type: '新风主机', - unit: '℃', - number: 10, - url: freshAir, - }, - { - title: 'C区新风主机', - styleText: { left: '45%', bottom: '23%' }, - type: '新风主机', - number: 20, - unit: '℃', - }, - { - title: 'B区新风主机', - styleText: { left: '61.5%', bottom: '54%' }, - type: '新风主机', - unit: '℃', - number: 20, - url: freshAir, - }, - { - title: 'A区新风主机', - styleText: { left: '63%', bottom: '36%' }, - type: '新风主机', - number: 30, - unit: '℃', - }, - ]); + const newTrend = ref([]); //空调箱 - const conditioningData = ref([ - { - title: '走廊区', - styleText: { left: '13%', bottom: '23%' }, - type: '空调箱', - lineType: 1, - enableRules: 1, - unit: '℃', - number: 20, - url: freshAir, - }, - { - title: '西区', - styleText: { left: '28%', bottom: '28%' }, - type: '空调箱', - lineType: 1, - unit: '℃', - number: 34, - url: freshAir, - }, - { - title: '西北区', - styleText: { left: '38%', bottom: '45.5%' }, - type: '空调箱', - lineType: 1, - unit: '℃', - number: 34, - url: freshAir, - }, - { - title: '东北区', - styleText: { left: '57%', bottom: '53%' }, - lineType: 1, - type: '空调箱', - unit: '℃', - number: 34, - url: freshAir, - }, - { - title: '东区', - styleText: { left: '73%', bottom: '53%' }, - lineType: 1, - type: '空调箱', - unit: '℃', - number: 34, - url: freshAir, - }, - { - title: '东南区', - styleText: { left: '68%', bottom: '38%' }, - lineType: 2, - type: '空调箱', - unit: '℃', - number: 15, - url: freshAir, - }, - { - title: '西南区', - styleText: { left: '43.5%', bottom: '22%' }, - lineType: 2, - type: '空调箱', - unit: '℃', - number: 15, - url: freshAir, - }, - ]); + const conditioningData = ref([]); const conditioningModels = ref(null); //选择的空调箱 const selectConditioning = ref({}); @@ -357,61 +261,7 @@ }, 100); }; // 地暖 - const floorHeatingData = ref([ - { - title: '走廊西地暖', - styleText: { left: '13.5%', bottom: '34%' }, - type: '地暖', - unit: '℃', - number: 10, - setUpNumber: 12, - }, - { - title: '站厅西地暖', - styleText: { left: '19.5%', bottom: '38.5%' }, - type: '地暖', - lineType: 1, - unit: '℃', - number: 10, - setUpNumber: 14, - }, - { - title: '站厅西地暖', - styleText: { left: '33%', bottom: '43%' }, - type: '地暖', - lineType: 1, - unit: '℃', - number: 24, - setUpNumber: 16, - }, - { - title: '安检区地暖', - styleText: { left: '46%', bottom: '49.5%' }, - type: '地暖', - lineType: 1, - unit: '℃', - number: 40, - setUpNumber: 18, - }, - { - title: '站厅东地暖', - styleText: { left: '57.5%', bottom: '56%' }, - type: '地暖', - lineType: 1, - unit: '℃', - number: 10, - setUpNumber: 20, - }, - { - title: '办公东地暖', - styleText: { left: '69.5%', bottom: '62%' }, - type: '地暖', - lineType: 1, - unit: '℃', - number: 10, - setUpNumber: 22, - }, - ]); + const floorHeatingData = ref([]); // 选择的图例 const selectIndex = ref(0); const selectLegend = (item: any, index: any) => {