master
cody 2 years ago
parent 389be546bc
commit fd4aa785f0

@ -29,7 +29,7 @@
日期 日期
</th> </th>
<th>名字</th> <th>名字</th>
<th>手机号</th> <th>医院</th>
<th>详情</th> <th>详情</th>
<th>建议</th> <th>建议</th>
<th>总分</th> <th>总分</th>
@ -43,11 +43,13 @@
{{ $row->date }} {{ $row->date }}
</td> </td>
<td> <td>
{{ $row->name }} @if($row->admin)
</td> {{ $row->admin->name }}
<td> @else
{{ $row->mobile }} {{ $row->name }}({{ $row->mobile }})
@endif
</td> </td>
<td>{{ $row->project->name }}</td>
<td> <td>
@foreach ($row->content as $item) @foreach ($row->content as $item)
{{ $item['ask'] }}{{ $item['score'] }}<br/> {{ $item['ask'] }}{{ $item['score'] }}<br/>
@ -56,8 +58,8 @@
<td>{{ $row->tip }}</td> <td>{{ $row->tip }}</td>
<td>{{ $row->score }}</td> <td>{{ $row->score }}</td>
<td> <td>
{{-- <a class="btn btn-sm btn-primary"--}} <a class="btn btn-sm btn-primary"
{{-- href="{{url("{$urlPrefix}/asksubmit_edit?id={$row['id']}")}}">@lang("icons.action_edit") @lang("actions.edit")</a>--}} href="{{url("{$urlPrefix}/asksubmit_edit?id={$row['id']}")}}">@lang("icons.action_edit") @lang("actions.edit")</a>
<a class="btn btn-sm btn-danger btn-delete" data-id="ask-{{$row['id']}}" <a class="btn btn-sm btn-danger btn-delete" data-id="ask-{{$row['id']}}"
href="javascript:;">@lang("icons.action_delete") @lang("actions.delete")</a> href="javascript:;">@lang("icons.action_delete") @lang("actions.delete")</a>
</td> </td>

Loading…
Cancel
Save