weizong song 3 years ago
parent 3729250fde
commit f5d3654882

@ -60,7 +60,7 @@
<td class="p-1">{{ $item->mobile }}</td>
<td class="p-1">{{ $item->patients->count() ? $item->patients->last()->name : "无" }}</td>
<td class="p-1">{{ date("Y-m-d H:i:s",$before_datetime) }}</td>
<td class="p-1">{{ $item->oneBalance->balance }}</td>
<td class="p-1">{{ $item->oneBalance ? $item->oneBalance->balance : "0" }}</td>
</tr>
@endforeach
</tbody>

Loading…
Cancel
Save