feat(admin): subscription show add unsynced orders stat

This commit is contained in:
萝卜
2026-03-10 12:26:28 +00:00
parent 0db14263fe
commit f055f1141a
2 changed files with 6 additions and 0 deletions

View File

@@ -89,6 +89,7 @@ class AdminSiteSubscriptionShowTest extends TestCase
->assertSee('SUB_SHOW_0001')
->assertSee('关联订单总数')
->assertSee('可同步(已支付+已生效+未同步)')
->assertSee('未同步(无记录)')
->assertSee('关联平台订单')
->assertSee('PO_SUB_SHOW_0001');
}