liyinglin 2 years ago
parent 8c7e0260e8
commit 191256b899

@ -14,7 +14,7 @@
<th>病区</th>
<th>总收入</th>
@foreach ($lie as $v)
<th>{{$v}}</th>
<th>{{$v}}</th>
@endforeach
</tr>
</thead>
@ -31,12 +31,10 @@
@foreach ($row->lies as $r)
<td>
{{json_encode($r)}}
{{$r['total_price']}}
{{$r['total']}}
</td>
@endforeach
</tr>
@endforeach
</tbody>

Loading…
Cancel
Save