admin: 仪表盘最近订单去对账/去核对退款直达可执行动作面板

This commit is contained in:
萝卜
2026-03-17 22:09:49 +08:00
parent 489032f04f
commit d7851f162d
3 changed files with 5 additions and 4 deletions

View File

@@ -58,7 +58,7 @@ class AdminDashboardRecentPlatformOrdersRefundInconsistentShouldIncludeGoRefundL
$url = '/admin/platform-orders/' . $order->id . '?' . Arr::query([
'back' => '/admin',
]) . '#refund-receipts';
]) . '#add-refund-receipt';
$res->assertSee($url, false);
$res->assertDontSee('&back=', false);