chore(admin-ui): unify export button label for plans and subscriptions

This commit is contained in:
萝卜
2026-03-16 07:30:19 +08:00
parent 92d9ed207c
commit 32884c7c42
2 changed files with 2 additions and 2 deletions

View File

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