Merge branch 'dev' of https://git.code.tencent.com/lian-cbtc/jl-client into dev
This commit is contained in:
commit
a7baf76513
@ -34,11 +34,11 @@
|
||||
</el-row>
|
||||
<el-row v-if="isLock" style="margin-top: 10px;">
|
||||
<el-col :span="11">
|
||||
<el-radio v-model="lockRadio" label="1" style="display: block; text-align: center;">
|
||||
<el-radio v-model="lockRadio" label="1" disabled style="display: block; text-align: center;">
|
||||
道岔单锁</el-radio>
|
||||
</el-col>
|
||||
<el-col :span="11" :offset="2">
|
||||
<el-radio v-model="lockRadio" label="2" disabled style="display: block; text-align: center;">
|
||||
<el-radio v-model="lockRadio" label="2" style="display: block; text-align: center;">
|
||||
道岔解锁</el-radio>
|
||||
</el-col>
|
||||
</el-row>
|
||||
|
@ -149,7 +149,9 @@ export default {
|
||||
}
|
||||
});
|
||||
this.colsNum = 24 / this.centralizedStationList1.length;
|
||||
centralizedStationList.length && this.switchShowStation(centralizedStationList[0].code);
|
||||
if (this.$store.state.training.prdType == '01') {
|
||||
centralizedStationList.length && this.switchShowStation(centralizedStationList[0].code);
|
||||
}
|
||||
},
|
||||
switchShowStation(stationCode) {
|
||||
this.stationCode = stationCode;
|
||||
|
Loading…
Reference in New Issue
Block a user