站存车管理页面
This commit is contained in:
parent
d0a9fc3fed
commit
eca2b2898c
@ -34,6 +34,7 @@
|
|||||||
<PowerSupplyArmSetting ref="powerSupplyArmSetting" />
|
<PowerSupplyArmSetting ref="powerSupplyArmSetting" />
|
||||||
<BlockDevice ref="blockDevice" />
|
<BlockDevice ref="blockDevice" />
|
||||||
<RegionBatchOperation ref="regionBatchOperation" />
|
<RegionBatchOperation ref="regionBatchOperation" />
|
||||||
|
<StationTrainManage ref="stationTrainManage" />
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@ -55,6 +56,7 @@ import RailViewSetting from './dialog/railViewSetting.vue'
|
|||||||
import PowerSupplyArmSetting from './dialog/powerSupplyArmSetting.vue'
|
import PowerSupplyArmSetting from './dialog/powerSupplyArmSetting.vue'
|
||||||
import BlockDevice from './dialog/blockDevice'
|
import BlockDevice from './dialog/blockDevice'
|
||||||
import RegionBatchOperation from './dialog/regionBatchOperation'
|
import RegionBatchOperation from './dialog/regionBatchOperation'
|
||||||
|
import StationTrainManage from './dialog/stationTrainManage'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'MenuPanel',
|
name: 'MenuPanel',
|
||||||
@ -66,6 +68,7 @@ export default {
|
|||||||
PowerSupplyArmSetting,
|
PowerSupplyArmSetting,
|
||||||
BlockDevice,
|
BlockDevice,
|
||||||
RegionBatchOperation,
|
RegionBatchOperation,
|
||||||
|
StationTrainManage
|
||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
@ -134,7 +137,6 @@ export default {
|
|||||||
{
|
{
|
||||||
label: '区域批量设备操作',
|
label: '区域批量设备操作',
|
||||||
id: 'regionBatchOperation',
|
id: 'regionBatchOperation',
|
||||||
children: [{}],
|
|
||||||
ctc: true,
|
ctc: true,
|
||||||
children: [
|
children: [
|
||||||
{ label: '标准站', id: 'Station58852' },
|
{ label: '标准站', id: 'Station58852' },
|
||||||
@ -145,7 +147,6 @@ export default {
|
|||||||
{
|
{
|
||||||
label: '站存车管理',
|
label: '站存车管理',
|
||||||
id: 'stationTrainManage',
|
id: 'stationTrainManage',
|
||||||
children: [{}],
|
|
||||||
ctc: true,
|
ctc: true,
|
||||||
children: [
|
children: [
|
||||||
{ label: '标准站', id: 'Station58852' },
|
{ label: '标准站', id: 'Station58852' },
|
||||||
@ -156,7 +157,6 @@ export default {
|
|||||||
{
|
{
|
||||||
label: '设备影响分析',
|
label: '设备影响分析',
|
||||||
id: 'deviceAffectAnalyze',
|
id: 'deviceAffectAnalyze',
|
||||||
children: [{}],
|
|
||||||
ctc: true,
|
ctc: true,
|
||||||
children: [
|
children: [
|
||||||
{ label: '标准站', id: 'Station58852' },
|
{ label: '标准站', id: 'Station58852' },
|
||||||
@ -255,6 +255,11 @@ export default {
|
|||||||
case 'regionBatchOperation':
|
case 'regionBatchOperation':
|
||||||
if (!params[1]) return
|
if (!params[1]) return
|
||||||
this.$refs.regionBatchOperation.doShow(params[1])
|
this.$refs.regionBatchOperation.doShow(params[1])
|
||||||
|
break
|
||||||
|
case 'stationTrainManage':
|
||||||
|
if (!params[1]) return
|
||||||
|
this.$refs.stationTrainManage.doShow(params[1])
|
||||||
|
break
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
dragEvent() {
|
dragEvent() {
|
||||||
|
Loading…
Reference in New Issue
Block a user