!95 调整订单状态显示字段

* 调整订单状态显示字段,统一使用status_format
This commit is contained in:
what_村长 2023-05-14 12:31:56 +00:00 committed by Edward Yang
parent 9d020adaee
commit a1626dc21b
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