代码调整

This commit is contained in:
fan 2023-07-10 10:48:00 +08:00
parent 7ff2271c38
commit 78122f6e7a
2 changed files with 4 additions and 5 deletions

View File

@ -204,7 +204,6 @@ export default {
if (!this.dialogShow) {
let info = SimulationType[member.type];
console.log(member.deviceCode, this.$store.getters['map/getDeviceByCode'](member.deviceCode), '********');
if (member.deviceCode) {
const device = this.$store.getters['map/getDeviceByCode'](member.deviceCode);
if (device) {

View File

@ -2,7 +2,7 @@
<div id="menuButtons_box" class="menu menuButton" style="height:40px;" :style="{left: point.x+'px', bottom: point.y+'px' }">
<button :id="Station.stationMasterLock.rightButton.domId" class="button_box" :style="{width: width+'px', backgroundColor: xGuideMasterLock? guideColorDown: guideColorUp}" @click="guideLockRightButtonDown()">
<span style="color: #800000">
<center><b>X Guided Lock</b></center>
<center><b>X Guide Lock</b></center>
</span>
</button>
<!--<button :id="Station.guideLock.button.domId" style="cursor: not-allowed;" class="button_box" :style="{width: width+'px', backgroundColor:buttonUpColor}" @click="buttonDown(Station.guideLock.button.operation, ['GuideLock'])">-->
@ -63,12 +63,12 @@
</button>
<button :id="Switch.block.button.domId" class="button_box" :style="{width: width+'px', backgroundColor:buttonUpColor}" @click="buttonDown(Switch.block.button.operation, ['Switch'])">
<span style="color: black">
<center><b>Turnout Lock</b></center>
<center><b>Turnout Block</b></center>
</span>
</button>
<button :id="Switch.unblock.button.domId" class="button_box" :style="{width: width+'px', backgroundColor:buttonUpColor}" @click="buttonDown(Switch.unblock.button.operation, ['Switch'])">
<span style="color: black">
<center><b>Turnout Unlock</b></center>
<center><b>Turnout Unblock</b></center>
</span>
</button>
<!-- <button :id="Signal.signalTurnOn.menuButton.domId" class="button_box" :style="{width: width+'px', backgroundColor:buttonUpColor}" @click="buttonDown(Signal.signalTurnOn.menuButton.operation, ['SignalButton'])">-->
@ -83,7 +83,7 @@
<!-- </button>-->
<button :id="Station.stationMasterLock.leftButton.domId" class="button_box" :style="{width: width+'px', backgroundColor: sGuideMasterLock? guideColorDown: guideColorUp}" @click="guideLockLeftButtonDown()">
<span style="color: #800000">
<center><b>S Guided Lock</b></center>
<center><b>S Guide Lock</b></center>
</span>
</button>
<!-- powerOnUnlock -->