feat(admin): subscription show display order sync info

This commit is contained in:
萝卜
2026-03-10 12:41:20 +00:00
parent 62ad98bfe6
commit cb3cc18d5d
2 changed files with 12 additions and 3 deletions

View File

@@ -91,7 +91,9 @@ class AdminSiteSubscriptionShowTest extends TestCase
->assertSee('可同步(已支付+已生效+未同步)')
->assertSee('未同步(无记录)')
->assertSee('关联平台订单')
->assertSee('PO_SUB_SHOW_0001');
->assertSee('PO_SUB_SHOW_0001')
->assertSee('同步时间')
->assertSee('失败原因');
}
public function test_guest_cannot_open_site_subscription_show_page(): void