代码调整
This commit is contained in:
parent
9f205b7766
commit
79514913bd
@ -76,6 +76,9 @@ export default {
|
||||
if (val.path == '/simulation/multiplayerSimulation') {
|
||||
this.quickEntry();
|
||||
}
|
||||
if (val.path == '/display/demon' && val.query.client == 'diagramEdit') { // 运行图编制
|
||||
this.loading = false;
|
||||
}
|
||||
}
|
||||
},
|
||||
created() {
|
||||
|
@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div>
|
||||
<div v-if="isShow" class="terminalList">
|
||||
<div v-if="isShow && terminalList.length" class="terminalList">
|
||||
<div v-for="(eachTerminal,index) in terminalList" :key="index" :class="picture==eachTerminal.code?'eachTerminal active':'eachTerminal'" @click="eachTerminal.click(eachTerminal.code)">{{ eachTerminal.name }}</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -100,7 +100,7 @@ export default {
|
||||
{
|
||||
name: '运行图编制',
|
||||
code: 'diagramEdit',
|
||||
roleList: ['DISPATCHER'],
|
||||
roleList: [],
|
||||
click: this.changePictureShow
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user