feat(platform-orders): 列表页增加快捷筛选(待支付/待生效/可同步)

This commit is contained in:
萝卜
2026-03-10 14:55:18 +00:00
parent 6ebd3510db
commit 7bb561e0a8
2 changed files with 19 additions and 1 deletions

View File

@@ -35,7 +35,11 @@ class AdminPlatformOrderTest extends TestCase
->assertSee('最近批量同步')
->assertSee('最近24小时批量同步过')
->assertSee('可同步订单')
->assertSee('近24小时批量同步');
->assertSee('近24小时批量同步')
->assertSee('快捷筛选')
->assertSee('待支付')
->assertSee('待生效')
->assertSee('可同步订阅');
}
public function test_guest_cannot_open_platform_orders_page(): void