fix:修改新风系统
This commit is contained in:
@@ -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',
|
||||
|
@@ -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) => {
|
||||
|
Reference in New Issue
Block a user