From ca3e9a3b5161574f5e5729d84554042c0f52ff5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Tue, 16 Nov 2021 16:51:45 +0800 Subject: [PATCH] =?UTF-8?q?=20=E8=B7=9F=E8=BF=9B=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/user/statistics.vue | 4 + src/components/user/statisticsrecord.vue | 211 +++++++++++++++++++++++ src/router/index.js | 5 + 3 files changed, 220 insertions(+) create mode 100644 src/components/user/statisticsrecord.vue diff --git a/src/components/user/statistics.vue b/src/components/user/statistics.vue index 7efbfdf..311ae18 100644 --- a/src/components/user/statistics.vue +++ b/src/components/user/statistics.vue @@ -9,6 +9,10 @@ @change="sell_detail_info" placeholder="选择月"> + + + 跟进记录 +

{{sell_detail.sell_percent}}  || {{sell_detail.cost_percent}}  || diff --git a/src/components/user/statisticsrecord.vue b/src/components/user/statisticsrecord.vue new file mode 100644 index 0000000..d948e1e --- /dev/null +++ b/src/components/user/statisticsrecord.vue @@ -0,0 +1,211 @@ + + + diff --git a/src/router/index.js b/src/router/index.js index d9f9128..b648312 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/statisticsrecord', + name: 'userstatisticsrecord', + component: resolve => require(['@/components/user/statisticsrecord'], resolve) + }, { path: 'user/statistics_one', name: 'statistics_one',