liyinglin 2 years ago
parent 4c58bb14bb
commit f646d47d56

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

Loading…
Cancel
Save