feat(admin): 套餐列表补齐续费缺订阅治理入口

This commit is contained in:
萝卜
2026-03-15 08:07:07 +00:00
parent 46f1a7a2ff
commit f3afa2b305
2 changed files with 58 additions and 0 deletions

View File

@@ -260,9 +260,16 @@
'order_type' => 'new_purchase',
]), $selfWithoutBack);
@endphp
@php
$renewalMissingSubscriptionUrl = $makePlatformOrderUrl([
'plan_id' => $plan->id,
'renewal_missing_subscription' => '1',
]);
@endphp
<div class="actions gap-10">
<a href="{!! $editPlanUrl !!}" class="btn btn-secondary btn-sm">编辑</a>
<a href="{!! $createOrderUrl !!}" class="btn btn-sm">创建订单</a>
<a href="{!! $renewalMissingSubscriptionUrl !!}" class="btn btn-secondary btn-sm">续费缺订阅</a>
</div>
<form method="post" action="/admin/plans/{{ $plan->id }}/set-status" class="mt-6 actions gap-10">