diff --git a/src/views/user/list/index.vue b/src/views/user/list/index.vue
index 0e61b7a..3917ed9 100644
--- a/src/views/user/list/index.vue
+++ b/src/views/user/list/index.vue
@@ -270,7 +270,7 @@
- {{ row.spread_uid2 ? row.spread_uid2 : '-' }}
+ {{ row.spread2 ? row.spread2.nickname + ' / ' + row.spread2.uid : '-' }}