占线板闪烁调整

This commit is contained in:
fan 2022-06-24 14:57:20 +08:00
parent 0931e54a40
commit 8dd185cd9a
2 changed files with 14 additions and 15 deletions

View File

@ -1,7 +1,7 @@
<template>
<el-dialog
title="车站股道图"
:visible.sync="dialogVisible"
:visible="dialogVisible"
width="99%"
z-index="3000"
top="5vh"
@ -299,7 +299,7 @@ export default {
data() {
return {
menu: [{label: '设置自触', handler: this.setTrigger, disabled: false}, {label: '取消自触', handler: this.cancelTrigger, disabled: false}],
dialogVisible: true,
dialogVisible: false,
triggerParam: {},
selectCode: '',
selectCode1: '',
@ -406,7 +406,6 @@ export default {
}
},
mounted() {
this.dialogVisible = false;
},
methods: {
handleClose() {

View File

@ -138,11 +138,11 @@ export default {
running() {
return this.$store.state.training.started;
},
datie(){
return this.$route.query.lineCode == '16'
datie() {
return this.$route.query.lineCode == '16';
},
isCtc() {
return !!this.$route.query.ctc
return !!this.$route.query.ctc;
},
isScreen() {
return this.$store.state.training.prdType === '07';