liyinglin 2 years ago
parent 4c58bb14bb
commit f646d47d56

@ -13,8 +13,8 @@
</th>
<th>病区</th>
<th>总收入</th>
@foreach ($lie as $row)
<th>{{$row}}</th>
@foreach ($lie as $v)
<th>{{$v}}</th>
@endforeach
</tr>
</thead>
@ -34,12 +34,7 @@
{{-- {{$r}}--}}
{{-- </td>--}}
@endforeach
{{-- <td>--}}
{{-- @foreach ($row->content as $item)--}}
{{-- {{ $item['ask'] }}{{ $item['score'] }}<br/>--}}
{{-- @endforeach--}}
{{-- </td>--}}
</tr>
@endforeach

Loading…
Cancel
Save