Preserve subscription show context when opening platform order details
This commit is contained in:
@@ -342,7 +342,7 @@
|
||||
@endphp
|
||||
<tr>
|
||||
<td>{{ $order->id }}</td>
|
||||
<td><a href="/admin/platform-orders/{{ $order->id }}">{{ $order->order_no }}</a></td>
|
||||
<td><a href="/admin/platform-orders/{{ $order->id }}?back={{ urlencode(request()->getRequestUri()) }}">{{ $order->order_no }}</a></td>
|
||||
<td>{{ $order->status }}</td>
|
||||
<td>{{ $order->payment_status }}</td>
|
||||
<td>¥{{ number_format((float) $order->payable_amount, 2) }} / ¥{{ number_format((float) $order->paid_amount, 2) }}</td>
|
||||
@@ -360,7 +360,7 @@
|
||||
@endif
|
||||
</td>
|
||||
<td>
|
||||
<a href="/admin/platform-orders/{{ $order->id }}">详情</a>
|
||||
<a href="/admin/platform-orders/{{ $order->id }}?back={{ urlencode(request()->getRequestUri()) }}">详情</a>
|
||||
</td>
|
||||
</tr>
|
||||
@empty
|
||||
|
||||
Reference in New Issue
Block a user