feat(admin-dashboard): refund inconsistent hint links to add refund receipt panel

This commit is contained in:
萝卜
2026-03-16 15:46:46 +08:00
parent f0763638df
commit 2d4f366621
6 changed files with 135 additions and 2 deletions

View File

@@ -57,6 +57,7 @@
var h = String(window.location.hash || '');
var map = {
'#add-payment-receipt': 'details#add-payment-receipt',
'#add-refund-receipt': 'details#add-refund-receipt',
'#refund-receipts': 'details#add-refund-receipt',
};