diff --git a/src/router/routes.js b/src/router/routes.js
index 10b7bce..ac3a223 100644
--- a/src/router/routes.js
+++ b/src/router/routes.js
@@ -485,7 +485,8 @@ export const asyncRoutes = [
component: layout,
meta: {
title: '累计收益管理',
- isHide: true
+ isHide: true,
+ roles: ['agent']
},
redirect: '/total_earnings/total_earnings_list',
children: [
diff --git a/src/views/home.vue b/src/views/home.vue
index 88e47c2..247d807 100644
--- a/src/views/home.vue
+++ b/src/views/home.vue
@@ -44,7 +44,7 @@
-
+
diff --git a/src/views/total_earnings/total_earnings_list.vue b/src/views/total_earnings/total_earnings_list.vue
index 01bcb4a..636936c 100644
--- a/src/views/total_earnings/total_earnings_list.vue
+++ b/src/views/total_earnings/total_earnings_list.vue
@@ -144,7 +144,24 @@
-->
-
+
+
+
+ {{ scope.row.user.username }}
+
+
+
+
+ {{ scope.row.user.nick_name }}
+
+
+
+
+ {{ scope.row.user.phone }}
+
+
+
+
{{ scope.row.amount }}元
diff --git a/src/views/withdraw/withdraw_list.vue b/src/views/withdraw/withdraw_list.vue
index 90455c6..b804e53 100644
--- a/src/views/withdraw/withdraw_list.vue
+++ b/src/views/withdraw/withdraw_list.vue
@@ -14,7 +14,25 @@
-->
-
+
+
+
+ {{ scope.row.user.username }}
+
+
+
+
+ {{ scope.row.user.nick_name }}
+
+
+
+
+ {{ scope.row.user.phone }}
+
+
+
+
+
@@ -50,7 +68,9 @@
转账失败
+ v-if="scope.row.status == 1 && scope.row.transfer_status == 4 && userInfo == 1">转账失败
+
+