From fd31a3bf238d093b5a0981f99f53885f35c7f822 Mon Sep 17 00:00:00 2001 From: wanyongkang <937888580@qq.com> Date: Sat, 28 Nov 2020 18:07:20 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=B4=E6=8A=A4=E5=AE=A2=E6=88=B7=E5=9F=BA?= =?UTF-8?q?=E6=9C=AC=E5=AE=8C=E5=96=84---=E6=B6=88=E8=B4=B9=E8=AE=B0?= =?UTF-8?q?=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/user/statisticsOne.vue | 344 ++++++++++++++++++++++++++ src/router/index.js | 5 + 2 files changed, 349 insertions(+) create mode 100644 src/components/user/statisticsOne.vue diff --git a/src/components/user/statisticsOne.vue b/src/components/user/statisticsOne.vue new file mode 100644 index 0000000..8b4e6e8 --- /dev/null +++ b/src/components/user/statisticsOne.vue @@ -0,0 +1,344 @@ + + + diff --git a/src/router/index.js b/src/router/index.js index 6ce1a1b..811d725 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -67,6 +67,11 @@ let router = new Router({ name: 'userstatistics', component: resolve => require(['@/components/user/statistics'], resolve) }, + { + path: 'user/statistics_one', + name: 'statistics_one', + component: resolve => require(['@/components/user/statisticsOne'], resolve) + }, // 设置 { path: 'user/managerlist',