修改代码
This commit is contained in:
parent
8e836143fc
commit
155c36d8cc
@ -5,7 +5,6 @@
|
|||||||
<template v-show="isShowMenu">
|
<template v-show="isShowMenu">
|
||||||
<menu-bar ref="menuBar" :selected="selected" />
|
<menu-bar ref="menuBar" :selected="selected" />
|
||||||
<menu-tool ref="menuTool" :selected="selected" />
|
<menu-tool ref="menuTool" :selected="selected" />
|
||||||
<status-bar ref="statusBar" :selected="selected" />
|
|
||||||
</template>
|
</template>
|
||||||
<menu-station-control ref="menuStationControl" :selected="selected" />
|
<menu-station-control ref="menuStationControl" :selected="selected" />
|
||||||
<menu-station-stand ref="menuStationStand" :selected="selected" />
|
<menu-station-stand ref="menuStationStand" :selected="selected" />
|
||||||
@ -33,7 +32,6 @@ import MenuTrain from './menuTrain';
|
|||||||
import MenuStation from './menuStation';
|
import MenuStation from './menuStation';
|
||||||
import MenuBar from './menuBar';
|
import MenuBar from './menuBar';
|
||||||
import MenuTool from './menuTool';
|
import MenuTool from './menuTool';
|
||||||
import StatusBar from './statusBar';
|
|
||||||
import PassiveAlarm from './passiveDialog/alarm';
|
import PassiveAlarm from './passiveDialog/alarm';
|
||||||
import PassiveContorl from './passiveDialog/control';
|
import PassiveContorl from './passiveDialog/control';
|
||||||
import PassiveTimeout from './passiveDialog/timeout';
|
import PassiveTimeout from './passiveDialog/timeout';
|
||||||
@ -43,7 +41,6 @@ export default {
|
|||||||
components: {
|
components: {
|
||||||
MenuBar,
|
MenuBar,
|
||||||
MenuTool,
|
MenuTool,
|
||||||
StatusBar,
|
|
||||||
MenuCancel,
|
MenuCancel,
|
||||||
MenuSignal,
|
MenuSignal,
|
||||||
MenuSwitch,
|
MenuSwitch,
|
||||||
|
Loading…
Reference in New Issue
Block a user