ui(platform-orders): show batch activation scope in list

This commit is contained in:
萝卜
2026-03-17 12:46:55 +08:00
parent 70700a5145
commit 53a024ae4c
2 changed files with 5 additions and 2 deletions

View File

@@ -66,6 +66,6 @@ class AdminPlatformOrderIndexBatchActivationModeShouldRenderTest extends TestCas
$this->get('/admin/platform-orders')
->assertOk()
->assertSee('方式:队列');
->assertSee('范围:筛选;方式:队列');
}
}