统一三角洲游戏名展示

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
@@ -11,7 +11,7 @@ import {
} from '@/features/admin/api/adminPickup'
import { quantity, readNumber, readUnitPrice } from '@/features/orders/composables/useOrderSnapshot'
import { adminPath } from '@/shared/utils/adminPath'
import { formatListingNo } from '@/shared/utils/listingDisplay'
import { formatGameName, formatListingNo } from '@/shared/utils/listingDisplay'
import {
centToYuan,
formatCentWithSymbol,
@@ -61,7 +61,7 @@ const accountSnapshotItems = computed(() => {
return [
{ label: '账号ID', value: displayValue(row.account_id) },
{ label: '账号标题', value: displayValue(row.title) },
{ label: '游戏名称', value: displayValue(row.game_name) },
{ label: '游戏名称', value: formatGameName(row.game_name, '-') },
{ label: '所在区服', value: displayValue(row.server_region) },
{ label: '登录平台', value: displayValue(row.login_platform) },
{ label: '段位等级', value: displayValue(row.rank_level) },