调整审批记录悬浮逻辑

This commit is contained in:
gssong 2023-06-14 23:07:11 +08:00
parent 8deb8b19f2
commit 339106ec85

View File

@ -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;