diff --git a/src/components/content/fanInfo/FanInfo.vue b/src/components/content/fanInfo/FanInfo.vue index d662acd..126df2c 100644 --- a/src/components/content/fanInfo/FanInfo.vue +++ b/src/components/content/fanInfo/FanInfo.vue @@ -183,7 +183,7 @@ const getTransData = (data) => { data?.map(item => { tranObj = { equipmentId: item.equipmentId, - max: 200, + max: 800, valueA: item.phaseCurrentA, pointA: item.phaseCurrentAThreshold, valueB: item.phaseCurrentB,