feat(platform-orders): 列表页增加快捷筛选(待支付/待生效/可同步)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user