客户列表tr中存入数据

This commit is contained in:
songliang 2023-02-21 19:08:08 +08:00
parent 1b1fbf3a4c
commit bb85406c62
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@
</thead>
<tbody>
@foreach ($customers as $customer)
<tr>
<tr data-item='@json($customer)'>
<td>{{ $customer['id'] }}</td>
<td>{{ $customer['email'] }}</td>
<td>