@@ -32,7 +32,7 @@ class Student extends Model
public function getBindPhone()
{
- return $this['bind_phone'] == 2 ? '绑定' : '未绑定';
+ return $this['bind_phone'] == 2 ? '已绑定' : '未绑定';
}
public function getMarry($key = null)
@@ -62,7 +62,7 @@
<td>{{ $item->apply_date }}</td>
<td>{{ $item->end_date }}</td>
<td>{{ $item->teacher_names }}</td>
- <td>{{ $item->remark }}</td>
+ <td>{!! $item->remark !!}</td>
<td>
<div class="btn-group">
<a class="btn btn-sm btn-success btn-courses" href="{{ $pre_uri . 'Course/index?student_id=' . $item->id }}">课程</a>