chore(admin-dashboard): renewal missing subscription hint tooltip shows context
This commit is contained in:
@@ -372,7 +372,7 @@
|
||||
@php
|
||||
$renewalMissingSubscriptionUrl = \App\Support\BackUrl::withBack('/admin/platform-orders?renewal_missing_subscription=1', $selfWithoutBack);
|
||||
@endphp
|
||||
<div class="muted text-danger muted-xs row-warn" data-role="recent-order-renewal-missing-subscription-hint">
|
||||
<div class="muted text-danger muted-xs row-warn" data-role="recent-order-renewal-missing-subscription-hint" title="站点 #{{ (int) ($po->merchant_id ?? 0) }}|套餐 #{{ (int) ($po->plan_id ?? 0) }}|site_subscription_id 为空">
|
||||
<span class="row-warn-prefix">续费缺订阅</span>
|
||||
<span class="muted">|</span>
|
||||
<a class="link" href="{!! $renewalMissingSubscriptionUrl !!}">进入集合</a>
|
||||
|
||||
Reference in New Issue
Block a user