From eca2b2898cbbb33803886c3c9081d3381eecb8ee Mon Sep 17 00:00:00 2001 From: Yuan Date: Mon, 5 Sep 2022 17:25:02 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E7=AB=99=E5=AD=98=E8=BD=A6=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/jmapNew/theme/datie_02/menus/menuPanel.vue | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/src/jmapNew/theme/datie_02/menus/menuPanel.vue b/src/jmapNew/theme/datie_02/menus/menuPanel.vue index b8c29b616..7b3b78492 100644 --- a/src/jmapNew/theme/datie_02/menus/menuPanel.vue +++ b/src/jmapNew/theme/datie_02/menus/menuPanel.vue @@ -34,6 +34,7 @@ + @@ -55,6 +56,7 @@ import RailViewSetting from './dialog/railViewSetting.vue' import PowerSupplyArmSetting from './dialog/powerSupplyArmSetting.vue' import BlockDevice from './dialog/blockDevice' import RegionBatchOperation from './dialog/regionBatchOperation' +import StationTrainManage from './dialog/stationTrainManage' export default { name: 'MenuPanel', @@ -66,6 +68,7 @@ export default { PowerSupplyArmSetting, BlockDevice, RegionBatchOperation, + StationTrainManage }, data() { return { @@ -134,7 +137,6 @@ export default { { label: '区域批量设备操作', id: 'regionBatchOperation', - children: [{}], ctc: true, children: [ { label: '标准站', id: 'Station58852' }, @@ -145,7 +147,6 @@ export default { { label: '站存车管理', id: 'stationTrainManage', - children: [{}], ctc: true, children: [ { label: '标准站', id: 'Station58852' }, @@ -156,7 +157,6 @@ export default { { label: '设备影响分析', id: 'deviceAffectAnalyze', - children: [{}], ctc: true, children: [ { label: '标准站', id: 'Station58852' }, @@ -255,6 +255,11 @@ export default { case 'regionBatchOperation': if (!params[1]) return this.$refs.regionBatchOperation.doShow(params[1]) + break + case 'stationTrainManage': + if (!params[1]) return + this.$refs.stationTrainManage.doShow(params[1]) + break } }, dragEvent() { From f67a43b92aa59aa2d3909f3bba99590b2cca691f Mon Sep 17 00:00:00 2001 From: Yuan Date: Mon, 5 Sep 2022 17:25:07 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E7=AB=99=E5=AD=98=E8=BD=A6=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../menus/dialog/stationTrainManage.vue | 253 ++++++++++++++++++ 1 file changed, 253 insertions(+) create mode 100644 src/jmapNew/theme/datie_02/menus/dialog/stationTrainManage.vue diff --git a/src/jmapNew/theme/datie_02/menus/dialog/stationTrainManage.vue b/src/jmapNew/theme/datie_02/menus/dialog/stationTrainManage.vue new file mode 100644 index 000000000..53f76963b --- /dev/null +++ b/src/jmapNew/theme/datie_02/menus/dialog/stationTrainManage.vue @@ -0,0 +1,253 @@ + + + + +