Silent 6 years ago
parent
commit
e6e6e2d48c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/views/admin/students/index.blade.php

+ 1 - 1
resources/views/admin/students/index.blade.php

xqd
@@ -66,7 +66,7 @@
                                             <td>
                                                 <div class="btn-group">
                                                     <a class="btn btn-sm btn-success btn-courses" href="{{ $pre_uri . 'Course/index?student_id=' . $item->id }}">课程</a>
-                                                    <a class="btn btn-sm btn-warning btn-detail" href="{{ $pre_uri . 'detail?student_id=' . $item->id }}">详情</a>
+                                                    <a class="btn btn-sm btn-warning btn-detail" href="{{ $pre_uri . 'detail?id=' . $item->id }}">详情</a>
                                                     <a class="btn btn-sm btn-info btn-edit" href="{{ $pre_uri . 'edit?id=' . $item->id }}">编辑</a>
                                                     <div class="btn btn-sm btn-danger btn-delete" data-id="{{ $item->id }}">删除</div>
                                                 </div>