feat(admin): subscription show summary stats

This commit is contained in:
萝卜
2026-03-10 12:21:44 +00:00
parent f987f7b907
commit cff6677f6d
3 changed files with 46 additions and 2 deletions

View File

@@ -87,6 +87,8 @@ class AdminSiteSubscriptionShowTest extends TestCase
->assertOk()
->assertSee('订阅详情')
->assertSee('SUB_SHOW_0001')
->assertSee('关联订单总数')
->assertSee('可同步(已支付+已生效+未同步)')
->assertSee('关联平台订单')
->assertSee('PO_SUB_SHOW_0001');
}