哈尔滨线路实训操作调整

This commit is contained in:
joylink_cuiweidong 2020-08-25 16:54:16 +08:00
parent 1668b25337
commit a9fd33c413
2 changed files with 8 additions and 22 deletions

View File

@ -441,7 +441,7 @@ export default {
{ deviceType: '04', orderNum: 3, operateCode: '3013', tip: '鼠标左键点击【ATP进路】按钮' },
{ deviceType: '04', orderNum: 4, operateCode: '008', tip: '鼠标左键点击【执行】按钮' }
],
config:'{routeType:"ATP"}'
config:{routeType:'ATP'}
},
{
maxDuration: 15,
@ -458,7 +458,7 @@ export default {
{ deviceType: '04', orderNum: 3, operateCode: '3013', tip: '鼠标左键点击【ATP进路】按钮' },
{ deviceType: '04', orderNum: 4, operateCode: '008', tip: '鼠标左键点击【执行】按钮' }
],
config:'{routeType:"ATP"}'
config:{routeType:'ATP'}
},
{
maxDuration: 15,
@ -475,7 +475,7 @@ export default {
{ deviceType: '04', orderNum: 3, operateCode: '3032', tip: '鼠标左键点击【取消ATP】按钮' },
{ deviceType: '04', orderNum: 4, operateCode: '008', tip: '鼠标左键点击【执行】按钮' }
],
config:'{routeType:"ATP"}'
config:{routeType:'ATP'}
},
{
maxDuration: 15,
@ -492,7 +492,7 @@ export default {
{ deviceType: '04', orderNum: 3, operateCode: '3032', tip: '鼠标左键点击【取消ATP】按钮' },
{ deviceType: '04', orderNum: 4, operateCode: '008', tip: '鼠标左键点击【执行】按钮' }
],
config:'{routeType:"ATP"}'
config:{routeType:'ATP'}
},
{
maxDuration: 15,
@ -689,7 +689,7 @@ export default {
{ deviceType: '04', orderNum: 3, operateCode: '3191', tip: '鼠标左键点击【联锁进路】按钮' },
{ deviceType: '04', orderNum: 4, operateCode: '008', tip: '鼠标左键点击【执行】按钮' }
],
config:'{routeType:"GROUND"}'
config:{routeType:'GROUND'}
},
{
maxDuration: 15,
@ -706,7 +706,7 @@ export default {
{ deviceType: '04', orderNum: 3, operateCode: '3201', tip: '鼠标左键点击【取消联锁】按钮' },
{ deviceType: '04', orderNum: 4, operateCode: '008', tip: '鼠标左键点击【执行】按钮' }
],
config:'{routeType:"GROUND"}'
config:{routeType:'GROUND'}
},
{
maxDuration: 15,
@ -723,7 +723,7 @@ export default {
{ deviceType: '04', orderNum: 3, operateCode: '3191', tip: '鼠标左键点击【联锁进路】按钮' },
{ deviceType: '04', orderNum: 4, operateCode: '008', tip: '鼠标左键点击【执行】按钮' }
],
config:'{routeType:"GROUND"}'
config:{routeType:'GROUND'}
},
{
maxDuration: 15,
@ -740,7 +740,7 @@ export default {
{ deviceType: '04', orderNum: 3, operateCode: '3201', tip: '鼠标左键点击【取消联锁】按钮' },
{ deviceType: '04', orderNum: 4, operateCode: '008', tip: '鼠标左键点击【执行】按钮' }
],
config:'{routeType:"GROUND"}'
config:{routeType:'GROUND'}
},
{
maxDuration: 15,

View File

@ -7,11 +7,8 @@
</transition>
<status-icon v-if="$route.query.lineCode == '11' || $route.query.lineCode == '10'" ref="statusIcon" />
<menu-demon v-if="isDemon" ref="menuDemon" :offset="offset" :offset-bottom="offsetBottom" :data-error="dataError" :text-status-height="textStatusHeight" />
<!-- ok -->
<menu-lesson v-if="isLesson" ref="lessonMenu" :offset="offset" :data-error="dataError" :offset-bottom="offsetBottom" :tip-bottom="tipBottom" />
<!-- ok -->
<menu-exam v-if="isExam" ref="menuExam" :offset="offset" :data-error="dataError" :offset-bottom="offsetBottom" />
<menu-script
v-if="isScript"
ref="menuScript"
@ -21,7 +18,6 @@
:text-status-height="textStatusHeight"
:data-error="dataError"
/>
<menu-practice
v-if="isPractice"
ref="menuPractice"
@ -29,16 +25,6 @@
:offset-bottom="offsetBottom"
:data-error="dataError"
/>
<!-- @showScheduling="showScheduling"
@schedulingView="schedulingView"
@hideScheduling="hideScheduling" -->
<!-- @devicemodel="devicemodel" -->
<!-- @jl3dstation="jl3dstation" -->
<!-- @quitQuest="quitQuest" -->
<!-- @passflow="passflow" -->
<!-- @hidepanel="hidepanel" -->
<!-- :is-script-run="isScriptRun" -->
</template>
<menu-train-list v-if="isDemon" @setCenter="setCenter" />
<menu-system-time ref="menuSystemTime" :offset="offset" :group="group" />