From 9b38be4697cb18e139e82dca61aed078191ff330 Mon Sep 17 00:00:00 2001 From: yangjun <1173114630@qq.com> Date: Mon, 15 Jul 2024 22:14:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=8E=92=E8=A1=8C=E6=A6=9C?= =?UTF-8?q?=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 2 + src/views/riderTop/czlTop.vue | 400 ++++++++++++++++++++++++++++++++++ 2 files changed, 402 insertions(+) create mode 100644 src/views/riderTop/czlTop.vue 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 @@ + + + + + 统计数据: + + + + + + + + + 开始时间: + + + + + 截止时间: + + + + 查询 + + + + + + {{scope.$index+1}} + + + + + + {{scope.row.artificerName?scope.row.artificerName:'未绑定'}} + + + + + + + + + + + + + + + + + + + + + + + + + + +