From c2cd9e73d5226ce3d20503e174d4f8f8ee3965e8 Mon Sep 17 00:00:00 2001
From: joylink_cuiweidong <364937672@qq.com>
Date: Fri, 27 Nov 2020 14:05:10 +0800
Subject: [PATCH] =?UTF-8?q?=E8=80=83=E8=AF=95=E7=B3=BB=E7=BB=9F=E4=BB=A3?=
=?UTF-8?q?=E7=A0=81=E8=B0=83=E6=95=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../theme/ningbo_01/menus/menuSignal.vue | 4 +-
.../theme/ningbo_01/operationConfig.js | 4 +-
src/views/newMap/displayNew/exam/index.vue | 67 +++++++++++--------
.../newMap/displayNew/exam/tipExamList.vue | 53 +++++++++++----
src/views/newMap/displayNew/index.vue | 6 +-
5 files changed, 87 insertions(+), 47 deletions(-)
diff --git a/src/jmapNew/theme/ningbo_01/menus/menuSignal.vue b/src/jmapNew/theme/ningbo_01/menus/menuSignal.vue
index 60c3de3f8..44fa2beed 100644
--- a/src/jmapNew/theme/ningbo_01/menus/menuSignal.vue
+++ b/src/jmapNew/theme/ningbo_01/menus/menuSignal.vue
@@ -77,7 +77,7 @@ export default {
{
label: '人工解锁进路', // 信号机引导取消
handler: this.humanTrainRoute,
- cmdType: CMD.Signal.CMD_SIGNAL_CANCEL_GUIDE
+ cmdType: CMD.Signal.CMD_SIGNAL_HUMAN_RELEASE_ROUTE
},
{
label: '信号封锁',
@@ -129,7 +129,7 @@ export default {
{
label: '人工解锁进路', // 信号机引导取消
handler: this.humanTrainRoute,
- cmdType: CMD.Signal.CMD_SIGNAL_CANCEL_GUIDE
+ cmdType: CMD.Signal.CMD_SIGNAL_HUMAN_RELEASE_ROUTE
},
{
label: '信号重开',
diff --git a/src/jmapNew/theme/ningbo_01/operationConfig.js b/src/jmapNew/theme/ningbo_01/operationConfig.js
index 2f5746222..1bbf78210 100644
--- a/src/jmapNew/theme/ningbo_01/operationConfig.js
+++ b/src/jmapNew/theme/ningbo_01/operationConfig.js
@@ -687,8 +687,8 @@ export default {
trainingType: 'Signal',
productTypes: ['01', '02'],
stepVOList: [
- { deviceType: '04', orderNum: 1, operateCode: '318', tip: '鼠标右键菜单选择【人工解锁进路】' },
- { deviceType: '04', orderNum: 2, operateCode: '318', tip: '鼠标左键点击【确定】按钮' }
+ { deviceType: '04', orderNum: 1, operateCode: '305', tip: '鼠标右键菜单选择【人工解锁进路】' },
+ { deviceType: '04', orderNum: 2, operateCode: '305', tip: '鼠标左键点击【确定】按钮' }
]
},
{
diff --git a/src/views/newMap/displayNew/exam/index.vue b/src/views/newMap/displayNew/exam/index.vue
index efb5863d4..8a9f9c1b5 100644
--- a/src/views/newMap/displayNew/exam/index.vue
+++ b/src/views/newMap/displayNew/exam/index.vue
@@ -12,17 +12,19 @@
{{ $t('display.startBtn') }}
-
+
+