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',