chore(admin-ui): import histories uses page header actions

This commit is contained in:
萝卜
2026-03-16 05:55:31 +08:00
parent a7bc26740f
commit 36c9c36ea2
2 changed files with 20 additions and 9 deletions

View File

@@ -205,10 +205,10 @@ class AdminBusinessPagesTest extends TestCase
$this->get('/admin/products/import-histories')
->assertOk()
->assertSee('平台商品导入历史')
->assertSee('商品导入历史')
->assertSee('筛选导入历史')
->assertSee('导出当前筛选 CSV')
->assertSee('返回商品');
->assertSee('返回商品巡检');
}
public function test_admin_product_summary_stats_match_export_summary_for_same_filters(): void