修改宁波3号线,二次确认 锁闭标题问题;

修改西安2号线,定操、反操实训第一步描述错误。
This commit is contained in:
lVAL 2021-02-19 09:26:26 +08:00
parent 22101f30c0
commit 1030f13d37
3 changed files with 3 additions and 3 deletions

View File

@ -92,7 +92,7 @@ export default {
return this.dialogShow ? OperationEvent.Signal.arrangementRoute.menu.domId : '';
},
title() {
return '开始允许锁闭解除';
return '确认/取消允许锁闭';
}
},
watch: {

View File

@ -248,7 +248,7 @@ export default {
trainingType: 'Switch',
productTypes: ['01', '02'],
stepVOList: [
{ deviceType: '02', orderNum: 1, operateCode: '101', tip: '鼠标键菜单选择【道岔定位】' },
{ deviceType: '02', orderNum: 1, operateCode: '101', tip: '鼠标键菜单选择【道岔定位】' },
{ deviceType: '02', orderNum: 2, operateCode: '009', tip: '鼠标左键点击【发送请求】按钮' }
]
},

View File

@ -135,7 +135,7 @@ export default {
.display-time{
padding: 3px 5px;
box-shadow: 0px 0px 5px #eee;
box-shadow: 0px 0px 3px #eee;
border-radius: 3px;
}