- 车站控制
+
+
diff --git a/src/views/iscs/iscsSystem/config/index.vue b/src/views/iscs/iscsSystem/config/index.vue
index b456b0682..bb3a913bc 100644
--- a/src/views/iscs/iscsSystem/config/index.vue
+++ b/src/views/iscs/iscsSystem/config/index.vue
@@ -10,6 +10,7 @@
+
@@ -37,6 +38,7 @@ import TimePreview from './pis/timePreview';
import StationNetwork from './pis/stationNetwork';
import EmergencyRelease from './pis/emergencyRelease';
import controlBAS from './bas/controlBAS';
+import controlPermissionBAS from './bas/controlPermissionBAS';
import mainScreenPA from './pa/mainScreenPA';
import radioListeningPA from './pa/radioListeningPA';
import timePreviewPA from './pa/timePreviewPA';
@@ -63,6 +65,7 @@ export default {
StationNetwork,
EmergencyRelease,
controlBAS,
+ controlPermissionBAS,
mainScreenPA,
radioListeningPA,
timePreviewPA,
diff --git a/src/views/iscs/iscsSystem/nav.vue b/src/views/iscs/iscsSystem/nav.vue
index e1e070233..45b23d654 100644
--- a/src/views/iscs/iscsSystem/nav.vue
+++ b/src/views/iscs/iscsSystem/nav.vue
@@ -72,6 +72,11 @@ export default {
name: '控制模式',
type: 'controlBAS',
showType: ['center', 'local']
+ },
+ {
+ name: '控制权限',
+ type: 'controlPermissionBAS',
+ showType: ['center', 'local']
}
]
}, {