后台订单列表tr存入id

This commit is contained in:
songliang 2023-02-23 17:55:27 +08:00 committed by Edward Yang
parent 4a2ebec30f
commit 313ebe2be5
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@
<tbody>
@if (count($orders))
@foreach ($orders as $order)
<tr>
<tr data-hook-id={{ $order->id }}>
<td>{{ $order->id }}</td>
<td>{{ $order->number }}</td>
<td>{{ sub_string($order->customer_name, 14) }}</td>