v-if=>v-show防止单客户端未切换错误
This commit is contained in:
parent
88d09f2645
commit
ad105021fd
@ -39,7 +39,7 @@
|
||||
<driver-ats-work v-if="picture=='driverAtsWork'" ref="driverAtsWork" />
|
||||
|
||||
<terminal-menu
|
||||
v-if="menuShow"
|
||||
v-show="menuShow"
|
||||
ref="terminalMenu"
|
||||
:now-terminal="nowTerminal"
|
||||
@pictureChange="pictureChange"
|
||||
|
Loading…
Reference in New Issue
Block a user