正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -61,7 +61,7 @@ class Item extends Backend | @@ -61,7 +61,7 @@ class Item extends Backend | ||
61 | 61 | ||
62 | foreach ($list as $row) { | 62 | foreach ($list as $row) { |
63 | 63 | ||
64 | - $row->getRelation('user')->visible(['username','teach_phone']); | 64 | + $row->getRelation('user')->visible(['nickname','teach_phone']); |
65 | $row->getRelation('ronda')->visible(['title']); | 65 | $row->getRelation('ronda')->visible(['title']); |
66 | $row->getRelation('radar')->visible(['title']); | 66 | $row->getRelation('radar')->visible(['title']); |
67 | $row->getRelation('campus')->visible(['title']); | 67 | $row->getRelation('campus')->visible(['title']); |
-
请 注册 或 登录 后发表评论