占线板闪烁调整
This commit is contained in:
parent
0931e54a40
commit
8dd185cd9a
@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<el-dialog
|
<el-dialog
|
||||||
title="车站股道图"
|
title="车站股道图"
|
||||||
:visible.sync="dialogVisible"
|
:visible="dialogVisible"
|
||||||
width="99%"
|
width="99%"
|
||||||
z-index="3000"
|
z-index="3000"
|
||||||
top="5vh"
|
top="5vh"
|
||||||
@ -299,7 +299,7 @@ export default {
|
|||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
menu: [{label: '设置自触', handler: this.setTrigger, disabled: false}, {label: '取消自触', handler: this.cancelTrigger, disabled: false}],
|
menu: [{label: '设置自触', handler: this.setTrigger, disabled: false}, {label: '取消自触', handler: this.cancelTrigger, disabled: false}],
|
||||||
dialogVisible: true,
|
dialogVisible: false,
|
||||||
triggerParam: {},
|
triggerParam: {},
|
||||||
selectCode: '',
|
selectCode: '',
|
||||||
selectCode1: '',
|
selectCode1: '',
|
||||||
@ -406,7 +406,6 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
this.dialogVisible = false;
|
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
handleClose() {
|
handleClose() {
|
||||||
|
@ -138,11 +138,11 @@ export default {
|
|||||||
running() {
|
running() {
|
||||||
return this.$store.state.training.started;
|
return this.$store.state.training.started;
|
||||||
},
|
},
|
||||||
datie(){
|
datie() {
|
||||||
return this.$route.query.lineCode == '16'
|
return this.$route.query.lineCode == '16';
|
||||||
},
|
},
|
||||||
isCtc() {
|
isCtc() {
|
||||||
return !!this.$route.query.ctc
|
return !!this.$route.query.ctc;
|
||||||
},
|
},
|
||||||
isScreen() {
|
isScreen() {
|
||||||
return this.$store.state.training.prdType === '07';
|
return this.$store.state.training.prdType === '07';
|
||||||
|
Loading…
Reference in New Issue
Block a user