feat(admin): 套餐列表补齐续费缺订阅治理入口
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user