From 573a9775444c16fcf214b532fbff5e04634c57ee Mon Sep 17 00:00:00 2001 From: joylink_cuiweidong <364937672@qq.com> Date: Tue, 7 Apr 2020 09:52:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/scripts/OperationConfig.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/scripts/OperationConfig.js b/src/scripts/OperationConfig.js index 00ed1f075..ed22f961e 100644 --- a/src/scripts/OperationConfig.js +++ b/src/scripts/OperationConfig.js @@ -4424,7 +4424,7 @@ export const OperationList = { trainingType: '01', productTypes: ['02'], // 行调请求中控 stepVOList: [ - { deviceType: '05', orderNum: 1, operateCode: '202', tip: '鼠标左键点击顶部菜单栏【请求遥控】' }, + { deviceType: '05', orderNum: 1, operateCode: '202', tip: '鼠标右键菜单选择【请求遥控】' }, { deviceType: '05', orderNum: 2, operateCode: '202', tip: '鼠标左键点击【应用】' } ] }, @@ -4438,7 +4438,7 @@ export const OperationList = { trainingType: '01', productTypes: ['01'], // 现地请求站控 stepVOList: [ - { deviceType: '05', orderNum: 1, operateCode: '204', tip: '鼠标左键点击顶部菜单栏【请求站控】' }, + { deviceType: '05', orderNum: 1, operateCode: '204', tip: '鼠标右键菜单选择【请求站控】' }, { deviceType: '05', orderNum: 2, operateCode: '204', tip: '鼠标左键点击【应用】' } ] }