fix:对接新风系统 修改计划获取的枚举

This commit is contained in:
zhaohy
2024-08-22 13:26:00 +08:00
parent 069698930e
commit a57c3d5b6c
9 changed files with 158 additions and 47 deletions

View File

@@ -16,3 +16,23 @@ export const newTrendPosition = [
{ left: '61.5%', bottom: '54%' },
{ left: '63%', bottom: '36%' },
];
//空调箱
export const airConditioningPosition = [
{ styleText: { left: '13%', bottom: '23%' }, lineType: 1 },
{ styleText: { left: '28%', bottom: '28%' }, lineType: 1 },
{ styleText: { left: '38%', bottom: '45.5%' }, lineType: 1 },
{ styleText: { left: '38%', bottom: '45.5%' }, lineType: 1 },
{ styleText: { left: '57%', bottom: '53%' }, lineType: 1 },
{ styleText: { left: '73%', bottom: '53%' }, lineType: 1 },
{ styleText: { left: '68%', bottom: '38%' }, lineType: '' },
{ styleText: { left: '43.5%', bottom: '22%' }, lineType: '' },
];
//地暖
export const floorHeatingPosition = [
{ styleText: { left: '13.5%', bottom: '34%' }, lineType: '' },
{ styleText: { left: '19.5%', bottom: '38.5%' }, lineType: 1 },
{ styleText: { left: '33%', bottom: '43%' }, lineType: 1 },
{ styleText: { left: '46%', bottom: '49.5%' }, lineType: 1 },
{ styleText: { left: '57.5%', bottom: '56%' }, lineType: 1 },
{ styleText: { left: '69.5%', bottom: '62%' }, lineType: 1 },
];