优化客户姓名

This commit is contained in:
Edward Yang 2022-08-26 10:15:01 +08:00
parent d0fea5ec2d
commit 0d28e4765e
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@
<tr>
<td>{{ $order->id }}</td>
<td>{{ $order->number }}</td>
<td>{{ $order->customer_name }}</td>
<td>{{ sub_string($order->customer_name, 14) }}</td>
<td>{{ $order->payment_method_name }}</td>
<td>{{ $order->status_format }}</td>
<td>{{ $order->total_format }}</td>