From a390d3776f017040b322a2af7c8c54b9cdac36ed Mon Sep 17 00:00:00 2001 From: liuqimichale <123456lq> Date: Tue, 11 Dec 2018 17:17:15 +0800 Subject: [PATCH] 泊位 --- src/views/berthsection.vue | 82 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ src/views/mainContainer.vue | 6 ++++-- 2 files changed, 86 insertions(+), 2 deletions(-) create mode 100644 src/views/berthsection.vue 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 @@ + + + + + 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 { -- libgit2 0.21.4