diff --git a/src/jmapNew/theme/datie_02/menus/dispatchWorkMenuBar.vue b/src/jmapNew/theme/datie_02/menus/dispatchWorkMenuBar.vue index aeef4fe8b..624749a06 100644 --- a/src/jmapNew/theme/datie_02/menus/dispatchWorkMenuBar.vue +++ b/src/jmapNew/theme/datie_02/menus/dispatchWorkMenuBar.vue @@ -110,12 +110,12 @@ export default { operate: OperationEvent.Switch.reverse.mbar, }, { - title: 'Turnout Lock', + title: 'Turnout Block', click: this.handleSwitchOperate, operate: OperationEvent.Switch.lock.mBar, }, { - title: 'Turnout Unlock', + title: 'Turnout Unblock', click: this.handleSwitchOperate, operate: OperationEvent.Switch.unlock.mbar, }, diff --git a/src/jmapNew/theme/datie_02/menus/localWorkMenuBar.vue b/src/jmapNew/theme/datie_02/menus/localWorkMenuBar.vue index b21903c67..0469d1cab 100644 --- a/src/jmapNew/theme/datie_02/menus/localWorkMenuBar.vue +++ b/src/jmapNew/theme/datie_02/menus/localWorkMenuBar.vue @@ -109,12 +109,12 @@ export default { operate: OperationEvent.Switch.reverse.mbar }, { - title: 'Turnout Lock', + title: 'Turnout Block', click: this.handleSwitchOperate, operate: OperationEvent.Switch.lock.mBar }, { - title: 'Turnout Unlock', + title: 'Turnout Unblock', click: this.handleSwitchOperate, operate: OperationEvent.Switch.unlock.mbar } diff --git a/src/jmapNew/theme/datie_02/menus/menuButton.vue b/src/jmapNew/theme/datie_02/menus/menuButton.vue index e11a0fbf8..5bcbd2bb7 100644 --- a/src/jmapNew/theme/datie_02/menus/menuButton.vue +++ b/src/jmapNew/theme/datie_02/menus/menuButton.vue @@ -2,7 +2,7 @@