chore(admin-dashboard): renewal missing subscription hint tooltip shows context

This commit is contained in:
萝卜
2026-03-16 14:16:55 +08:00
parent b5984f5375
commit 51172e2664
2 changed files with 54 additions and 1 deletions

View File

@@ -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>