
10 changed files with 6232 additions and 11008 deletions
@ -1 +1,2 @@ |
|||||
|
NODE_ENV=development |
||||
VUE_APP_TYPE=admin |
VUE_APP_TYPE=admin |
@ -1 +1,2 @@ |
|||||
|
NODE_ENV=development |
||||
VUE_APP_TYPE=client |
VUE_APP_TYPE=client |
File diff suppressed because it is too large
@ -1,175 +0,0 @@ |
|||||
[ |
|
||||
{ |
|
||||
"path": "/super/ranking", |
|
||||
"component": "views/super/Ranking/Ranking.vue", |
|
||||
"webpackChunkName": "Ranking", |
|
||||
"children": [ |
|
||||
{ |
|
||||
"path": "", |
|
||||
"redirect": "views/super/Ranking/RankDetail.vue", |
|
||||
"webpackChunkName": "Ranking", |
|
||||
"props": { |
|
||||
"pageTitle": "总利润 - 年排行", |
|
||||
"rank_type": 1, |
|
||||
"type": "year", |
|
||||
"showDateSelect": false |
|
||||
} |
|
||||
}, |
|
||||
{ |
|
||||
"path": "yearProfit", |
|
||||
"name": "年排行", |
|
||||
"component": "views/super/Ranking/RankDetail.vue", |
|
||||
"webpackChunkName": "Ranking", |
|
||||
"props": { |
|
||||
"pageTitle": "总利润 - 年排行", |
|
||||
"rank_type": 1, |
|
||||
"type": "year", |
|
||||
"showDateSelect": false |
|
||||
} |
|
||||
}, |
|
||||
{ |
|
||||
"path": "monthProfit", |
|
||||
"name": "月排行", |
|
||||
"component": "views/super/Ranking/RankDetail.vue", |
|
||||
"webpackChunkName": "Ranking", |
|
||||
"props": { |
|
||||
"pageTitle": "总利润 - 月排行", |
|
||||
"rank_type": 1, |
|
||||
"type": "month", |
|
||||
"showDateSelect": true |
|
||||
} |
|
||||
}, |
|
||||
{ |
|
||||
"path": "checkProfit", |
|
||||
"name": "产品毛利润排行", |
|
||||
"component": "views/super/Ranking/RankBatchList.vue", |
|
||||
"webpackChunkName": "Ranking", |
|
||||
"props": { |
|
||||
"pageTitle": "产品 - 毛利润排行", |
|
||||
"rank_type": 1, |
|
||||
"type": "check_type" |
|
||||
} |
|
||||
}, |
|
||||
{ |
|
||||
"path": "checkOrdernum", |
|
||||
"name": "产品订单数排行", |
|
||||
"component": "views/super/Ranking/RankBatchList.vue", |
|
||||
"webpackChunkName": "Ranking", |
|
||||
"props": { |
|
||||
"pageTitle": "产品 - 订单数排行", |
|
||||
"rank_type": 2, |
|
||||
"type": "check_type" |
|
||||
} |
|
||||
}, |
|
||||
{ |
|
||||
"path": "checkRefund", |
|
||||
"name": "产品退单数排行", |
|
||||
"component": "views/super/Ranking/RankList.vue", |
|
||||
"webpackChunkName": "Ranking", |
|
||||
"props": { |
|
||||
"pageTitle": "产品 - 退单数排行", |
|
||||
"rank_type": 3, |
|
||||
"type": "check_type" |
|
||||
} |
|
||||
}, |
|
||||
{ |
|
||||
"path": "loss", |
|
||||
"name": "产品负毛利排行", |
|
||||
"component": "views/super/Ranking/RankList.vue", |
|
||||
"webpackChunkName": "Ranking", |
|
||||
"props": { |
|
||||
"pageTitle": "产品 - 负毛利排行", |
|
||||
"rank_type": 5, |
|
||||
"type": "loss" |
|
||||
} |
|
||||
}, |
|
||||
{ |
|
||||
"path": "agentProfit", |
|
||||
"name": "代理商毛利润排行", |
|
||||
"component": "views/super/Ranking/RankBatchList.vue", |
|
||||
"webpackChunkName": "Ranking", |
|
||||
"props": { |
|
||||
"pageTitle": "代理商 - 毛利润排行", |
|
||||
"rank_type": 1, |
|
||||
"type": "agent" |
|
||||
} |
|
||||
}, |
|
||||
{ |
|
||||
"path": "agentRecharge", |
|
||||
"name": "代理商充值排行", |
|
||||
"component": "views/super/Ranking/RankBatchList.vue", |
|
||||
"webpackChunkName": "Ranking", |
|
||||
"props": { |
|
||||
"pageTitle": "代理商 - 充值排行", |
|
||||
"rank_type": 4, |
|
||||
"type": "agent" |
|
||||
} |
|
||||
}, |
|
||||
{ |
|
||||
"path": "agentNew", |
|
||||
"name": "代理商新加盟", |
|
||||
"component": "views/super/Ranking/RankDetail.vue", |
|
||||
"webpackChunkName": "Ranking", |
|
||||
"props": { |
|
||||
"pageTitle": "代理商 - 新加盟", |
|
||||
"type": "agentnew", |
|
||||
"showDateSelect": false |
|
||||
} |
|
||||
}, |
|
||||
{ |
|
||||
"path": "purchase", |
|
||||
"name": "采购价", |
|
||||
"component": "views/super/Ranking/Purchase.vue", |
|
||||
"webpackChunkName": "Ranking", |
|
||||
"props": { |
|
||||
"pageTitle": "设置 - 采购价", |
|
||||
"type": "purchase" |
|
||||
} |
|
||||
}, |
|
||||
{ |
|
||||
"path": "stagePurchase", |
|
||||
"name": "阶段采购价", |
|
||||
"component": "views/super/Ranking/Purchase.vue", |
|
||||
"webpackChunkName": "Ranking", |
|
||||
"props": { |
|
||||
"pageTitle": "设置 - 阶段采购", |
|
||||
"type": "stagePurchase" |
|
||||
} |
|
||||
}, |
|
||||
{ |
|
||||
"path": "detail", |
|
||||
"name": "详情", |
|
||||
"component": "views/super/Ranking/RankDetail.vue", |
|
||||
"webpackChunkName": "Ranking", |
|
||||
"props": { |
|
||||
"pageTitle": "详情", |
|
||||
"type": "day", |
|
||||
"showDateSelect": false, |
|
||||
"lookMore": false |
|
||||
} |
|
||||
}, |
|
||||
{ |
|
||||
"path": "list", |
|
||||
"name": "列表", |
|
||||
"component": "views/super/Ranking/RankList.vue", |
|
||||
"webpackChunkName": "Ranking", |
|
||||
"props": { |
|
||||
"pageTitle": "详情", |
|
||||
"showDateSelect": false, |
|
||||
"lookMore": false |
|
||||
} |
|
||||
}, |
|
||||
{ |
|
||||
"path": "order", |
|
||||
"name": "订单统计", |
|
||||
"component": "views/super/Ranking/RankDetail.vue", |
|
||||
"webpackChunkName": "Ranking", |
|
||||
"props": { |
|
||||
"pageTitle": "订单统计", |
|
||||
"type": "order", |
|
||||
"showDateSelect": false |
|
||||
} |
|
||||
} |
|
||||
] |
|
||||
} |
|
||||
] |
|
Loading…
Reference in new issue