调整审批记录悬浮逻辑
This commit is contained in:
parent
8deb8b19f2
commit
339106ec85
@ -110,9 +110,9 @@ export default {
|
|||||||
endTime: info.endTime,
|
endTime: info.endTime,
|
||||||
runDuration: info.runDuration
|
runDuration: info.runDuration
|
||||||
};
|
};
|
||||||
|
this.popupVisible = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
this.popupVisible = true;
|
|
||||||
},
|
},
|
||||||
handleMouseLeave() {
|
handleMouseLeave() {
|
||||||
this.popupVisible = false;
|
this.popupVisible = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user