diff --git a/src/views/gatemachine/primarygatemanager/gatestatistics/components/areaStatistics.vue b/src/views/gatemachine/primarygatemanager/gatestatistics/components/areaStatistics.vue
new file mode 100644
index 0000000..42958d6
--- /dev/null
+++ b/src/views/gatemachine/primarygatemanager/gatestatistics/components/areaStatistics.vue
@@ -0,0 +1,149 @@
+
+
+
+
+
+
+
+
+ {{ row.AREA_NAME }}
+
+
+
+
+
+ 人行口门
+ 车型口门
+ 综合口门
+
+
+
+
+
+
+
+
+ {{ parseInt(row.CAR_IN) + parseInt(row.CAR_OUT) + parseInt(row.PEOPLE_IN) + parseInt(row.PEOPLE_OUT) }}
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/gatemachine/primarygatemanager/gatestatistics/components/passageStatistics.vue b/src/views/gatemachine/primarygatemanager/gatestatistics/components/passageStatistics.vue
new file mode 100644
index 0000000..a29ac11
--- /dev/null
+++ b/src/views/gatemachine/primarygatemanager/gatestatistics/components/passageStatistics.vue
@@ -0,0 +1,159 @@
+
+
+
+
+
+
+
+
+
+
+ {{this.$parent.AREA_REGION}}
+
+
+
+
+ 人行通道
+ 车型通道
+ 综合通道
+
+
+
+
+
+
+
+
+ {{ parseInt(row.CAR_IN) + parseInt(row.CAR_OUT) + parseInt(row.PEOPLE_IN) + parseInt(row.PEOPLE_OUT) }}
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/gatemachine/primarygatemanager/gatestatistics/index.vue b/src/views/gatemachine/primarygatemanager/gatestatistics/index.vue
new file mode 100644
index 0000000..7a24a0a
--- /dev/null
+++ b/src/views/gatemachine/primarygatemanager/gatestatistics/index.vue
@@ -0,0 +1,35 @@
+
+
+
+
+
+
+
+