chore(admin-ui): unify export button label for plans and subscriptions
This commit is contained in:
@@ -90,7 +90,7 @@
|
||||
<input type="hidden" name="published" value="{{ $filters['published'] ?? '' }}">
|
||||
<input type="hidden" name="billing_cycle" value="{{ $filters['billing_cycle'] ?? '' }}">
|
||||
<input type="hidden" name="keyword" value="{{ $filters['keyword'] ?? '' }}">
|
||||
<button class="btn btn-secondary btn-sm" type="submit">导出当前筛选结果(CSV)</button>
|
||||
<button class="btn btn-secondary btn-sm" type="submit">导出 CSV</button>
|
||||
</form>
|
||||
|
||||
<form method="post" action="/admin/plans/seed-defaults" onsubmit="return confirm('仅在当前没有任何套餐时才会初始化。确认执行吗?');" class="actions gap-10">
|
||||
|
||||
@@ -245,7 +245,7 @@
|
||||
<input type="hidden" name="plan_id" value="{{ $filters['plan_id'] ?? '' }}">
|
||||
<input type="hidden" name="expiry" value="{{ $filters['expiry'] ?? '' }}">
|
||||
<input type="hidden" name="keyword" value="{{ $filters['keyword'] ?? '' }}">
|
||||
<button class="btn btn-secondary btn-sm" type="submit">导出当前筛选结果(CSV)</button>
|
||||
<button class="btn btn-secondary btn-sm" type="submit">导出 CSV</button>
|
||||
</form>
|
||||
|
||||
@php
|
||||
|
||||
Reference in New Issue
Block a user