|
@ -247,105 +247,9 @@ |
|
|
//人流 |
|
|
//人流 |
|
|
const peopleData = ref([]); |
|
|
const peopleData = ref([]); |
|
|
//新风主机 |
|
|
//新风主机 |
|
|
const newTrend = 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 conditioningData = 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 conditioningModels = ref(null); |
|
|
const conditioningModels = ref(null); |
|
|
//选择的空调箱 |
|
|
//选择的空调箱 |
|
|
const selectConditioning = ref({}); |
|
|
const selectConditioning = ref({}); |
|
@ -357,61 +261,7 @@ |
|
|
}, 100); |
|
|
}, 100); |
|
|
}; |
|
|
}; |
|
|
// 地暖 |
|
|
// 地暖 |
|
|
const floorHeatingData = ref([ |
|
|
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 selectIndex = ref(0); |
|
|
const selectIndex = ref(0); |
|
|
const selectLegend = (item: any, index: any) => { |
|
|
const selectLegend = (item: any, index: any) => { |
|
|