fix(admin): 恢复 Settlement adminSelectionLabel 导入并修正 walletRemarkLabel 类型
This commit is contained in:
@@ -82,7 +82,7 @@ const WALLET_REMARK_EXACT: Record<string, string> = {
|
|||||||
export function walletRemarkLabel(
|
export function walletRemarkLabel(
|
||||||
remark: string | null | undefined,
|
remark: string | null | undefined,
|
||||||
transactionType: string,
|
transactionType: string,
|
||||||
t: (key: string, params?: Record<string, unknown>) => string,
|
t: (key: string, params?: Record<string, string | number>) => string,
|
||||||
): string {
|
): string {
|
||||||
const raw = remark?.trim();
|
const raw = remark?.trim();
|
||||||
if (!raw) {
|
if (!raw) {
|
||||||
|
|||||||
@@ -24,6 +24,7 @@ import {
|
|||||||
betResultLabel,
|
betResultLabel,
|
||||||
} from '../utils/bet-labels';
|
} from '../utils/bet-labels';
|
||||||
import { markAdminListStale } from '../utils/adminListStale';
|
import { markAdminListStale } from '../utils/adminListStale';
|
||||||
|
import { adminSelectionLabel } from '../utils/adminSelectionLabel';
|
||||||
import type { AdminMatchDetail } from './match-form';
|
import type { AdminMatchDetail } from './match-form';
|
||||||
import AdminSubNav from '../components/AdminSubNav.vue';
|
import AdminSubNav from '../components/AdminSubNav.vue';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user