style(admin): order show governance fix links use btn components
This commit is contained in:
@@ -263,7 +263,7 @@
|
||||
@php
|
||||
$fixReceiptUrl = '/admin/platform-orders/' . $order->id . '?' . \Illuminate\Support\Arr::query(['back' => $orderShowSelf]) . '#add-payment-receipt';
|
||||
@endphp
|
||||
<a class="link" href="{!! $fixReceiptUrl !!}">去补回执</a>
|
||||
<a class="btn btn-secondary btn-sm" href="{!! $fixReceiptUrl !!}">去补回执</a>
|
||||
@endif
|
||||
@if($order->isReconcileMismatch() && $order->isRefundInconsistent())
|
||||
<span class="muted">|</span>
|
||||
@@ -272,7 +272,7 @@
|
||||
@php
|
||||
$fixRefundUrl = '/admin/platform-orders/' . $order->id . '?' . \Illuminate\Support\Arr::query(['back' => $orderShowSelf]) . '#refund-receipts';
|
||||
@endphp
|
||||
<a class="link" href="{!! $fixRefundUrl !!}">去核对退款</a>
|
||||
<a class="btn btn-secondary btn-sm" href="{!! $fixRefundUrl !!}">去核对退款</a>
|
||||
@endif
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user