平台订单:BAS批次筛选badge文案对齐BMPA并补全

This commit is contained in:
萝卜
2026-03-17 15:43:59 +08:00
parent 592b1610f9
commit 382f34d9a3
3 changed files with 17 additions and 7 deletions

View File

@@ -26,9 +26,9 @@ class AdminPlatformOrderIndexBatchActivationRunIdBadgeShouldRenderTest extends T
$res = $this->get('/admin/platform-orders?batch_activation_run_id=BAS_BADGE_0001');
$res->assertOk();
$res->assertSee('当前批次筛选');
$res->assertSee('当前 BAS 批次筛选');
$res->assertSee('BAS_BADGE_0001');
$res->assertSee('清除批次筛选');
$res->assertSee('清除 BAS 批次筛选');
$res->assertSee('/admin/platform-orders?batch_activation_run_id=', false);
}
}