成都三号线调整
This commit is contained in:
parent
cbdfc57243
commit
e9a71a1116
@ -17,12 +17,22 @@ import { mapGetters } from 'vuex';
|
|||||||
import MenuTrain from './menuTrain';
|
import MenuTrain from './menuTrain';
|
||||||
import MenuButton from './menuButton';
|
import MenuButton from './menuButton';
|
||||||
import MenuBar from './localWorkMenuBar';
|
import MenuBar from './localWorkMenuBar';
|
||||||
|
import MenuSignal from './menuSignal';
|
||||||
|
import MenuStationStand from './menuStationStand';
|
||||||
|
import MenuSwitch from './menuSwitch';
|
||||||
|
import MenuSection from './menuSection';
|
||||||
|
import MenuStation from './menuStation';
|
||||||
export default {
|
export default {
|
||||||
name: 'LocalWorkMenu',
|
name: 'LocalWorkMenu',
|
||||||
components: {
|
components: {
|
||||||
MenuTrain,
|
MenuTrain,
|
||||||
MenuButton,
|
MenuButton,
|
||||||
MenuBar
|
MenuBar,
|
||||||
|
MenuSignal,
|
||||||
|
MenuStationStand,
|
||||||
|
MenuSwitch,
|
||||||
|
MenuSection,
|
||||||
|
MenuStation
|
||||||
},
|
},
|
||||||
props: {
|
props: {
|
||||||
selected: {
|
selected: {
|
||||||
|
Loading…
Reference in New Issue
Block a user