feat(admin): subscription show link to orders by subscription id
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user