weizong song 3 years ago
parent 57f0eebc85
commit e522265c8f

@ -59,7 +59,7 @@
<td class="p-1">{{ $loop->iteration }}</td>
<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">{{ date("Y-m-d",$before_datetime) }}</td>
<td class="p-1">{{ $item->balance }}</td>
</tr>
@endforeach

Loading…
Cancel
Save