PlatformOrder index: render order_type label with code

This commit is contained in:
萝卜
2026-03-15 01:31:28 +00:00
parent 4773c2a8c7
commit c5e0226da2
2 changed files with 71 additions and 1 deletions

View File

@@ -1125,7 +1125,10 @@
{{ $planName }}
@endif
</td>
<td class="col-optional">{{ $order->order_type }}</td>
<td class="col-optional">
{{ $orderTypeLabels[$order->order_type] ?? $order->order_type }}
<div class="muted muted-xs">{{ $order->order_type }}</div>
</td>
<td>
{{ $statusLabels[$order->status] ?? $order->status }}
<div class="muted muted-xs">{{ $order->status }}</div>