style(admin): bmpa action button use btn component
This commit is contained in:
@@ -217,7 +217,7 @@
|
||||
<div class="actions mt-16 gap-12">
|
||||
<form method="post" action="/admin/platform-orders/{{ $order->id }}/mark-paid-and-activate" onsubmit="return confirm('确认将该订单标记为已支付并生效?此操作会推进状态并尝试同步订阅');">
|
||||
@csrf
|
||||
<button type="submit" @disabled(! $canMarkPaid || $markPaidBlockedByRefund || $markPaidBlockedByReceiptMismatch)>标记支付并生效</button>
|
||||
<button class="btn btn-sm" type="submit" @disabled(! $canMarkPaid || $markPaidBlockedByRefund || $markPaidBlockedByReceiptMismatch)>标记支付并生效</button>
|
||||
</form>
|
||||
|
||||
@if($markPaidBlockedByRefund || $markPaidBlockedByReceiptMismatch)
|
||||
|
||||
Reference in New Issue
Block a user