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