-
-
+
+
@@ -13,8 +13,8 @@
+
diff --git a/src/jmapNew/theme/ningbo_01/menus/dialog/standControl.vue b/src/jmapNew/theme/components/menus/dialog/standControl.vue
similarity index 96%
rename from src/jmapNew/theme/ningbo_01/menus/dialog/standControl.vue
rename to src/jmapNew/theme/components/menus/dialog/standControl.vue
index 314fa53e5..c8577b263 100644
--- a/src/jmapNew/theme/ningbo_01/menus/dialog/standControl.vue
+++ b/src/jmapNew/theme/components/menus/dialog/standControl.vue
@@ -1,5 +1,5 @@
-
+
-
+
-
diff --git a/src/jmapNew/theme/foshan_01/menus/dialog/standJumpStopControl.vue b/src/jmapNew/theme/foshan_01/menus/dialog/standJumpStopControl.vue
deleted file mode 100644
index 57d1e7d9b..000000000
--- a/src/jmapNew/theme/foshan_01/menus/dialog/standJumpStopControl.vue
+++ /dev/null
@@ -1,355 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
- 范围
-
-
- 本站台上行跳停
-
-
- 本站台下行跳停
-
-
-
-
-
-
- 指定列车上行跳停
-
-
- 指定列车下行跳停
-
-
-
-
- 车组号
-
-
-
-
-
-
-
-
- 功能
-
-
-
- 设置
-
-
-
- 取消
-
-
-
-
-
- 确定
-
-
- 取 消
-
-
-
-
-
-
-
-
diff --git a/src/jmapNew/theme/foshan_01/menus/menuStationStand.vue b/src/jmapNew/theme/foshan_01/menus/menuStationStand.vue
index 32480089d..1ff1a2876 100644
--- a/src/jmapNew/theme/foshan_01/menus/menuStationStand.vue
+++ b/src/jmapNew/theme/foshan_01/menus/menuStationStand.vue
@@ -1,8 +1,8 @@
-
-
+
+
@@ -14,8 +14,8 @@
-
diff --git a/src/jmapNew/theme/ningbo_01/menus/menuStationStand.vue b/src/jmapNew/theme/ningbo_01/menus/menuStationStand.vue
index 04105b935..f75e6e248 100644
--- a/src/jmapNew/theme/ningbo_01/menus/menuStationStand.vue
+++ b/src/jmapNew/theme/ningbo_01/menus/menuStationStand.vue
@@ -1,8 +1,8 @@
-
-
+
+
@@ -14,8 +14,8 @@
diff --git a/src/views/newMap/displayNew/index.vue b/src/views/newMap/displayNew/index.vue
index 0ddd88115..2107568d9 100644
--- a/src/views/newMap/displayNew/index.vue
+++ b/src/views/newMap/displayNew/index.vue
@@ -84,7 +84,7 @@
@switchStationMode="switchStationMode"
/>
-
+
@@ -243,9 +243,6 @@ export default {
isPractice() {
return this.mode === 'practice';
},
- isScreen() {
- return this.model === 'dp';
- },
isDrive() {
return this.prdType == '04';
},
diff --git a/src/views/newMap/displayNew/menuLesson.vue b/src/views/newMap/displayNew/menuLesson.vue
index b7b31ed70..5f7a6e85d 100644
--- a/src/views/newMap/displayNew/menuLesson.vue
+++ b/src/views/newMap/displayNew/menuLesson.vue
@@ -31,9 +31,8 @@ import { mapGetters } from 'vuex';
import { Notification } from 'element-ui';
import { startTrainingNew, endTrainingNew } from '@/api/jmap/training';
import { trainingNotifyNew } from '@/api/simulation';
-import { TrainingMode } from '@/scripts/ConstDic';
+import { TrainingMode, UrlConfig } from '@/scripts/ConstDic';
import { timeFormat } from '@/utils/date';
-import { UrlConfig } from '@/scripts/ConstDic';
export default {
name: 'MenuLesson',
diff --git a/src/views/system/configLine/config.vue b/src/views/system/configLine/config.vue
index d4195cf65..2d94525ad 100644
--- a/src/views/system/configLine/config.vue
+++ b/src/views/system/configLine/config.vue
@@ -71,9 +71,9 @@ export default {
height: 800,
roadData: [],
focus: false,
- booleanList: ['lockFirst', 'switchSingleHandle', 'switchNRTurnChain', 'switchSingleLockChain', 'signalForceCancelRoute'],
+ booleanList: ['lockFirst', 'switchSingleHandle', 'switchNRTurnChain', 'switchSingleLockChain', 'signalForceCancelRoute', 'initSingleLockSwitch'],
selectList: ['upDirection', 'runMode'],
- generalConfig: ['lockFirst', 'switchSingleHandle', 'upDirection', 'switchNRTurnChain', 'switchSingleLockChain', 'signalForceCancelRoute', 'runMode'],
+ generalConfig: ['lockFirst', 'switchSingleHandle', 'upDirection', 'switchNRTurnChain', 'switchSingleLockChain', 'signalForceCancelRoute', 'runMode', 'initSingleLockSwitch'],
numberList: [],
optionsMap: {
upDirection: [{label: 'right', value: 'right'}, {label: 'left', value: 'left'}],
@@ -86,7 +86,8 @@ export default {
switchNRTurnChain:'道岔正/反操是否联动',
switchSingleLockChain:'道岔单解/锁是否联动',
signalForceCancelRoute:'是否强制取消进路/在接近区段占用时是否依旧强制执行取消进路',
- runMode:'列车控制模式/级别'
+ runMode:'列车控制模式/级别',
+ initSingleLockSwitch: '初始加载设备时是否默认单锁正线道岔'
}
};
},