chore(admin-ui): de-duplicate header actions and shorten menu labels

This commit is contained in:
萝卜
2026-03-16 06:28:19 +08:00
parent a5580f69d3
commit 7e28c40d90
5 changed files with 9 additions and 16 deletions

View File

@@ -207,8 +207,7 @@ class AdminBusinessPagesTest extends TestCase
->assertOk()
->assertSee('商品导入历史')
->assertSee('筛选导入历史')
->assertSee('导出当前筛选 CSV')
->assertSee('返回商品巡检');
->assertSee('导出当前筛选 CSV');
}
public function test_admin_product_summary_stats_match_export_summary_for_same_filters(): void