admin: 平台订单列表回执/对账行级入口统一直达追加支付回执面板

This commit is contained in:
萝卜
2026-03-17 22:30:30 +08:00
parent 08cd7b38ce
commit 061ff2a0b4
3 changed files with 5 additions and 4 deletions

View File

@@ -68,8 +68,8 @@ class AdminPlatformOrderReconcileMismatchRowHintTest extends TestCase
$indexSelfWithoutBack = '/admin/platform-orders?reconcile_mismatch=1';
$res->assertSee('/admin/platform-orders/' . $order->id . '?back=' . urlencode($indexSelfWithoutBack) . '#payment-receipts', false);
$res->assertSee('/admin/platform-orders/' . $order->id . '?back=' . urlencode($indexSelfWithoutBack) . '#add-payment-receipt', false);
$res->assertDontSee('/admin/platform-orders/' . $order->id . '?back=' . urlencode($indexSelfWithoutBack) . '#payment-receipts', false);
$res->assertSee('对账不一致');
}
}