统一三角洲游戏名展示

This commit is contained in:
yml2213
2026-07-25 15:37:10 +08:00
parent 4cc35a1587
commit dabf147019
6 changed files with 22 additions and 9 deletions
@@ -35,7 +35,7 @@ import {
settlementStatusLabel,
} from '@/shared/utils/statusLabels'
import { formatDateTime } from '@/shared/utils/time'
import { formatListingNo } from '@/shared/utils/listingDisplay'
import { formatGameName, formatListingNo } from '@/shared/utils/listingDisplay'
const route = useRoute()
const loading = ref(false)
@@ -218,7 +218,7 @@ const accountSnapshotItems = computed(() => {
return [
{ label: '账号ID', value: displayValue(snapshot.account_id) },
{ label: '账号标题', value: displayValue(snapshot.title) },
{ label: '游戏名称', value: displayValue(snapshot.game_name) },
{ label: '游戏名称', value: formatGameName(snapshot.game_name, '-') },
{ label: '所在区服', value: displayValue(snapshot.server_region) },
{ label: '登录平台', value: displayValue(snapshot.login_platform) },
{ label: '段位等级', value: displayValue(snapshot.rank_level) },