From 49ae4d9aee5e4d19bfb10eb35d51e815f22b17e9 Mon Sep 17 00:00:00 2001 From: Logaxn Date: Mon, 11 Mar 2019 20:58:20 +0800 Subject: [PATCH] Signed-off-by: Logaxn --- src/router/index.js | 6 +- src/views/gift/list.vue | 362 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 365 insertions(+), 3 deletions(-) create mode 100644 src/views/gift/list.vue diff --git a/src/router/index.js b/src/router/index.js index 808e5443..fa33e86b 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -85,9 +85,9 @@ export const constantRouterMap = [ children: [ { path: 'list', - component: () => import('@/views/documentation/index'), - name: 'Documentation', - meta: { title: 'Gift List', icon: 'documentation', affix: true } + component: () => import('@/views/gift/list'), + name: 'GiftList', + meta: { title: 'Gift List', icon: 'table', affix: true } } ] }, diff --git a/src/views/gift/list.vue b/src/views/gift/list.vue new file mode 100644 index 00000000..25cb9428 --- /dev/null +++ b/src/views/gift/list.vue @@ -0,0 +1,362 @@ + + +