From 1aa597fa3905b60f1fc0ec625296fdf077822041 Mon Sep 17 00:00:00 2001 From: joylink_cuiweidong <364937672@qq.com> Date: Thu, 18 Feb 2021 18:23:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=81=E6=B3=A2=E4=B8=80=E5=8F=B7=E7=BA=BF?= =?UTF-8?q?=20=E5=8C=BA=E6=95=85=E8=A7=A3=E6=8C=87=E4=BB=A4=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E8=B0=83=E6=95=B4=20=20=E8=AE=A1=E8=BD=B4=E9=A2=84?= =?UTF-8?q?=E5=A4=8D=E4=BD=8D=E6=8A=A5=E9=94=99=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/langs/en/menu.js | 1 + src/i18n/langs/zh/menu.js | 1 + .../menus/childDialog/confirmControl.vue | 95 +++++++++++++------ .../menus/dialog/sectionAlxeReset.vue | 2 +- .../theme/ningbo_01/menus/menuAxleReset.vue | 1 + .../theme/ningbo_01/menus/menuSection.vue | 14 ++- 6 files changed, 79 insertions(+), 35 deletions(-) diff --git a/src/i18n/langs/en/menu.js b/src/i18n/langs/en/menu.js index c514c0ce9..75e171b7b 100644 --- a/src/i18n/langs/en/menu.js +++ b/src/i18n/langs/en/menu.js @@ -446,6 +446,7 @@ export default { setSwitchbackStrategyTipPrefix: 'Tip: Check the station', setSwitchbackStrategyTipSuffix: 'setting to run the switchback strategy', setSwitchbackStrategy: 'Set switchback strategy', + setSectionFaultUnlock:'set section fault unlock', noSwitchback: 'No switchback', noOneSwitchback: 'No one switchback', automaticChange: 'Automatic change', diff --git a/src/i18n/langs/zh/menu.js b/src/i18n/langs/zh/menu.js index d1ecdbcae..e9f466a2c 100644 --- a/src/i18n/langs/zh/menu.js +++ b/src/i18n/langs/zh/menu.js @@ -441,6 +441,7 @@ export default { setSwitchbackStrategyTipPrefix: '提示: 选中站台', setSwitchbackStrategyTipSuffix: '设置运行折返策略', setSwitchbackStrategy: '设置折返策略', + setSectionFaultUnlock:'设置区故解', noSwitchback: '无折返', noOneSwitchback: '无人折返', automaticChange: '自动换端', diff --git a/src/jmapNew/theme/components/menus/childDialog/confirmControl.vue b/src/jmapNew/theme/components/menus/childDialog/confirmControl.vue index b185f4460..c8f394139 100644 --- a/src/jmapNew/theme/components/menus/childDialog/confirmControl.vue +++ b/src/jmapNew/theme/components/menus/childDialog/confirmControl.vue @@ -1,36 +1,41 @@