-
+
@@ -39,6 +39,7 @@ export default {
data() {
return {
menu: [],
+ topTip: '',
totalMenu: {
Local: [],
Center: [
@@ -209,11 +210,6 @@ export default {
psdInfoConfirm: {
Local: [],
Center: [
- {
- label: '站台屏蔽门报警-站台屏蔽门信息确认',
- handler: this.setStopTime,
- cmdType: ''
- },
{
label: '站台屏蔽门报警确认',
handler: this.confirmPsdWarning,
@@ -301,6 +297,7 @@ export default {
switch (type) {
case 'updateStandPlan':
// this.menu = MenuContextHandler.covert(this.updateStandPlan);
+ this.topTip = '';
this.menu = this.updateStandPlan.Center;
break;
case 'stopJumping':
@@ -316,6 +313,7 @@ export default {
this.menu = this.standDetain.Center;
break;
case 'psdInfoConfirm':
+ this.topTip = '站台屏蔽门报警-站台屏蔽门信息确认';
this.menu = this.psdInfoConfirm.Center;
break;
case 'upStopProfile':
@@ -326,7 +324,7 @@ export default {
break;
}
// this.menu = MenuContextHandler.covert(this.menuNormal);
- console.log(this.menu, type);
+ console.log(this.menu, type, this.topTip);
// 故障模式菜单列表
if (this.operatemode === OperateMode.FAULT) {
this.menu = this.menuForce;
diff --git a/src/views/newMap/newMapdraft/mapoperate/section/batchSettings.vue b/src/views/newMap/newMapdraft/mapoperate/section/batchSettings.vue
index d90287e09..63e6248a3 100644
--- a/src/views/newMap/newMapdraft/mapoperate/section/batchSettings.vue
+++ b/src/views/newMap/newMapdraft/mapoperate/section/batchSettings.vue
@@ -50,6 +50,38 @@
+
+
+
+
+
+ {{ $t('map.activate') }}
+
+
+
+
+
+
+
+
+ {{ $t('global.set') }}
+
+
+