chore(admin-ui): simplify products export label

This commit is contained in:
萝卜
2026-03-16 07:06:50 +08:00
parent 9b8d217573
commit 032b20a7ca
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@
</div>
<div class="page-header-actions">
<a href="/admin/products/import-template" class="btn btn-secondary btn-sm">下载导入模板</a>
<a href="{{ '/admin/products/export' . ($exportQuery ? ('?' . $exportQuery) : '') }}" class="btn btn-secondary btn-sm">导出当前筛选结果 CSV</a>
<a href="{{ '/admin/products/export' . ($exportQuery ? ('?' . $exportQuery) : '') }}" class="btn btn-secondary btn-sm">导出 CSV</a>
<a href="/admin/products/import-histories" class="btn btn-secondary btn-sm">导入历史</a>
</div>
</div>