首页风机转速修改
This commit is contained in:
parent
b4d9a5a7ff
commit
eb555da6a3
@ -148,7 +148,7 @@ const props = defineProps({
|
||||
const getAnimationStyle = (item) => {
|
||||
const irotorspeed = item.attributeMap?.irotorspeed ?? 0
|
||||
let animationDuration;
|
||||
animationDuration = 60 / irotorspeed / 3
|
||||
animationDuration = 60 / irotorspeed / 2
|
||||
const processedoperationmode = item.attributeMap?.processedoperationmode ?? 0
|
||||
if(processedoperationmode==33||processedoperationmode==0){
|
||||
return {
|
||||
|
Loading…
Reference in New Issue
Block a user