diff --git a/src/router/index.js b/src/router/index.js index 7f0683f..86e78fd 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -91,6 +91,7 @@ const mainRoutes = { { path: '/signIn', component: _import('applyList/signIn'), name: 'signIn', meta: { title: '签到记录', isTab: true } }, { path: '/technician', component: _import('applyList/technician'), name: 'technician', meta: { title: '师傅列表', isTab: true } }, { path: '/riderTop', component: _import('riderTop/riderTop'), name: 'riderTop', meta: { title: '收益排行榜', isTab: true } }, + { path: '/czlTop', component: _import('riderTop/czlTop'), name: 'czlTop', meta: { title: '排行榜', isTab: true } }, // 2023.02.27 4.5版本 新增 { path: '/masterPosition', component: _import('business/masterPosition'), name: 'masterPosition', meta: { title: '师傅位置记录', isTab: true } }, @@ -120,6 +121,7 @@ const mainRoutes = { // 商家管理 { path: '/merchantList', component: _import('business/merchantList'), name: 'merchantList', meta: { title: '商家管理', isTab: true } }, { path: '/profitList', component: _import('business/profitList'), name: 'profitList', meta: { title: '商家收益统计', isTab: false } }, + { path: '/merchantDetailList', component: _import('business/merchantDetailList'), name: 'merchantDetailList', meta: { title: '商家信息', isTab: true } }, // 2023.03.13 新增 { path: '/top', component: _import('riderTop/top'), name: 'top', meta: { title: '信用分排行榜', isTab: true } }, { path: '/creditScore', component: _import('riderTop/creditScore'), name: 'creditScore', meta: { title: '信用分明细', isTab: true } }, diff --git a/src/views/riderTop/czlTop.vue b/src/views/riderTop/czlTop.vue new file mode 100644 index 0000000..f2dabb1 --- /dev/null +++ b/src/views/riderTop/czlTop.vue @@ -0,0 +1,400 @@ + + + + +