fix(admin): 恢复 Settlement adminSelectionLabel 导入并修正 walletRemarkLabel 类型

This commit is contained in:
2026-06-23 14:01:32 +08:00
parent d3c211411b
commit 005cdf070f
2 changed files with 2 additions and 1 deletions

View File

@@ -24,6 +24,7 @@ import {
betResultLabel,
} from '../utils/bet-labels';
import { markAdminListStale } from '../utils/adminListStale';
import { adminSelectionLabel } from '../utils/adminSelectionLabel';
import type { AdminMatchDetail } from './match-form';
import AdminSubNav from '../components/AdminSubNav.vue';