feat(admin-dashboard): scanline abnormal statuses link to governance anchors

This commit is contained in:
萝卜
2026-03-16 16:44:49 +08:00
parent 735fdc5bdf
commit 1cd731a08f
4 changed files with 140 additions and 11 deletions

View File

@@ -69,9 +69,13 @@ class AdminDashboardRecentPlatformOrdersScanlineShouldShowGovernanceSummaryTest
$res->assertSee('data-role="recent-platform-order-scanline"', false);
$res->assertSee('回执:<strong>有</strong>', false);
$res->assertSee('对账:<strong>不一致</strong>', false);
$res->assertSee('同步:<strong>失败</strong>', false);
$res->assertSee('BMPA<strong>失败</strong>', false);
$res->assertSee('订阅:<strong>缺</strong>', false);
$res->assertSee('对账:', false);
$res->assertSee('不一致', false);
$res->assertSee('同步:', false);
$res->assertSee('失败', false);
$res->assertSee('BMPA', false);
$res->assertSee('失败', false);
$res->assertSee('订阅:', false);
$res->assertSee('缺', false);
}
}