feat(admin): subscription show link to orders by subscription id

This commit is contained in:
萝卜
2026-03-10 12:57:01 +00:00
parent c6c30cb6ae
commit fc94097b75
2 changed files with 6 additions and 2 deletions

View File

@@ -93,7 +93,9 @@ class AdminSiteSubscriptionShowTest extends TestCase
->assertSee('关联平台订单')
->assertSee('PO_SUB_SHOW_0001')
->assertSee('同步时间')
->assertSee('失败原因');
->assertSee('失败原因')
->assertSee('查看关联平台订单按订阅ID精确过滤')
->assertSee('查看可同步订单');
}
public function test_guest_cannot_open_site_subscription_show_page(): void