调整订单状态显示字段,统一使用status_format

This commit is contained in:
tanxiaoyong 2023-05-13 14:43:17 +08:00
parent d2a68741d4
commit 271732fa2b
1 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@
<td>{{ $order->number }}</td>
<td>{{ $order->created_at }}</td>
<td>
{{ __("common.order.{$order->status}") }}
{{ $order->status_format }}
</td>
<td>{{ currency_format($order->total, $order->currency_code, $order->currency_value) }}</td>
</tr>
@ -103,4 +103,4 @@
}
</style>
@endsection
@endsection