From c78300ebbca2a33d9e893b00b489913dc4cb1606 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=90=9D=E5=8D=9C?= Date: Mon, 16 Mar 2026 07:08:59 +0800 Subject: [PATCH] chore(admin-ui): simplify import histories export label --- resources/views/admin/products/import_histories.blade.php | 2 +- tests/Feature/AdminBusinessPagesTest.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/admin/products/import_histories.blade.php b/resources/views/admin/products/import_histories.blade.php index 17c1c40..91df1d1 100644 --- a/resources/views/admin/products/import_histories.blade.php +++ b/resources/views/admin/products/import_histories.blade.php @@ -25,7 +25,7 @@
集中复盘总台视角的商品导入结果、失败明细与文件状态(面向运营)。
- 导出当前筛选 CSV + 导出 CSV 清空筛选
diff --git a/tests/Feature/AdminBusinessPagesTest.php b/tests/Feature/AdminBusinessPagesTest.php index 6ce12c1..d535d76 100644 --- a/tests/Feature/AdminBusinessPagesTest.php +++ b/tests/Feature/AdminBusinessPagesTest.php @@ -207,7 +207,7 @@ class AdminBusinessPagesTest extends TestCase ->assertOk() ->assertSee('商品导入历史') ->assertSee('筛选导入历史') - ->assertSee('导出当前筛选 CSV'); + ->assertSee('导出 CSV'); } public function test_admin_product_summary_stats_match_export_summary_for_same_filters(): void