feat(admin-ui): 平台订单筛选区可折叠并记忆状态

This commit is contained in:
萝卜
2026-03-15 17:53:34 +08:00
parent 7c264d4d12
commit 1972c67ee9

View File

@@ -19,7 +19,7 @@ class AdminPlatformOrderIndexFilterPanelShouldBeCollapsibleTest extends TestCase
])->assertRedirect('/admin');
}
public function test_index_filter_panel_should_be_collapsible(): void
public function test_platform_order_index_filter_panel_should_be_collapsible(): void
{
$this->loginAsPlatformAdmin();
@@ -30,7 +30,6 @@ class AdminPlatformOrderIndexFilterPanelShouldBeCollapsibleTest extends TestCase
$this->assertStringContainsString('data-role="collapsible"', $html);
$this->assertStringContainsString('data-storage-key="admin.platform_orders.filters"', $html);
$this->assertStringContainsString('<summary', $html);
$this->assertStringContainsString('筛选条件', $html);
}
}