From ebb618e0531ee23307c2050338135ad739519e8e Mon Sep 17 00:00:00 2001
From: fan <18706759286@163.com>
Date: Tue, 23 Mar 2021 17:52:32 +0800
Subject: [PATCH] =?UTF-8?q?iscs=E8=87=AA=E5=8A=A8=E5=94=AE=E6=A3=80?=
=?UTF-8?q?=E7=A5=A8?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../iscs/iscsSystem/stationConfig/index.vue | 5 +-
.../stationConfig/ticketOrEntrance/index.vue | 98 +++++++++++++++++++
2 files changed, 102 insertions(+), 1 deletion(-)
create mode 100644 src/views/iscs/iscsSystem/stationConfig/ticketOrEntrance/index.vue
diff --git a/src/views/iscs/iscsSystem/stationConfig/index.vue b/src/views/iscs/iscsSystem/stationConfig/index.vue
index ea028dd79..0387b0b9d 100644
--- a/src/views/iscs/iscsSystem/stationConfig/index.vue
+++ b/src/views/iscs/iscsSystem/stationConfig/index.vue
@@ -17,6 +17,7 @@
-->
+
@@ -26,6 +27,7 @@ import Substation from './powerMonitor/substation.vue';
import Normal from './environment/index.vue';
import Schedule from './schedule';
import Fas from './fas/index.vue';
+import TicketOrEntrance from './ticketOrEntrance/index';
import BigScreen from '@/views/designPlatform/bigScreen';
import { getSimulationInfoNew } from '@/api/simulation';
import { getByGroupStationList } from '@/api/jmap/map';
@@ -37,7 +39,8 @@ export default {
Substation,
Normal,
BigScreen,
- Fas
+ Fas,
+ TicketOrEntrance
},
data() {
return {
diff --git a/src/views/iscs/iscsSystem/stationConfig/ticketOrEntrance/index.vue b/src/views/iscs/iscsSystem/stationConfig/ticketOrEntrance/index.vue
new file mode 100644
index 000000000..2d36eead1
--- /dev/null
+++ b/src/views/iscs/iscsSystem/stationConfig/ticketOrEntrance/index.vue
@@ -0,0 +1,98 @@
+
+
+
+
+