diff --git a/src/views/berthsection.vue b/src/views/berthsection.vue
new file mode 100644
index 0000000..fc8910f
--- /dev/null
+++ b/src/views/berthsection.vue
@@ -0,0 +1,82 @@
+
+
+
+
+
+
+ -
+
+
{{ free|formatNum }} 空余
+
+
+
{{ nofree|formatNum }} 占有
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/mainContainer.vue b/src/views/mainContainer.vue
index 4939bd8..d9d9dd5 100644
--- a/src/views/mainContainer.vue
+++ b/src/views/mainContainer.vue
@@ -12,7 +12,7 @@
-
+
@@ -26,6 +26,7 @@ import pdasection from '../views/pdasection'
import dicisection from '../views/dicisection'
import youdaopingsection from '../views/youdaopingsection'
import sfysection from '../views/sfysection'
+import berthsection from '../views/berthsection'
export default {
name: 'mainContainer',
@@ -34,7 +35,8 @@ export default {
pdasection,
dicisection,
youdaopingsection,
- sfysection
+ sfysection,
+ berthsection
},
data() {
return {