代码调整
This commit is contained in:
parent
013360534b
commit
1554803dd4
@ -404,13 +404,13 @@ export default {
|
||||
trainingType: '02',
|
||||
productTypes: ['02'],
|
||||
stepVOList: [
|
||||
{ deviceType: '04', orderNum: 1, operateCode: '303', tip: '鼠标右键菜单选择【进路取消】' },
|
||||
{ deviceType: '04', orderNum: 1, operateCode: '303', tip: '鼠标右键菜单选择【取消进路】' },
|
||||
{ deviceType: '04', orderNum: 2, operateCode: '303', tip: '鼠标左键点击【确定】按钮' }
|
||||
]
|
||||
},
|
||||
{
|
||||
maxDuration: 15,
|
||||
minDuration: 8,
|
||||
minDuration: 8,
|
||||
operateType: '0202',
|
||||
skinCode: '07',
|
||||
trainingName: '取消ATP({3})',
|
||||
|
@ -414,7 +414,7 @@ export default {
|
||||
{
|
||||
maxDuration: 15,
|
||||
minDuration: 8,
|
||||
operateType: 'Switch_Comfirmation_Axle',
|
||||
operateType: 'Section_Confirm_Axis_Valid',
|
||||
skinCode: '06',
|
||||
trainingName: '确认计轴有效({8}{9})',
|
||||
trainingRemark: '确认计轴有效功能',
|
||||
|
@ -184,6 +184,9 @@ export default {
|
||||
width: 12%;
|
||||
.el-button{
|
||||
margin: 14px auto;
|
||||
margin-left: 50%;
|
||||
padding: 10px;
|
||||
transform: translateX(-50%);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user