视口为单视口且不在mpr、融合模式时双击放大视口功能屏蔽

main
wangxiaoshuang 2026-05-13 15:37:23 +08:00
parent 351b2a627f
commit ac6be424ee
1 changed files with 1 additions and 0 deletions

View File

@ -3426,6 +3426,7 @@ export default {
},
//
async toggleFullScreen(e, index) {
if (!this.isMPR && !this.isFusion && this.cells.length <= 1) return false
if (this.isDelay && (this.readingTool === 3 || this.isMPR)) return false
if (this.readingTool === 3 && this.isMPR) return false
if (this.readingTool === 3) {