{{ $t('profile.username') }}: {{ userInfo.username }}
{{ $t('profile.email') }}: {{ userInfo.email }}
{{ $t('profile.joinDate') }}: {{ formatDate(userInfo.created_at) }}
{{ $t('profile.quotaDesc') }}
{{ $t('profile.orderNumber') }} | {{ $t('profile.orderAmount') }} | {{ $t('profile.orderQuota') }} | {{ $t('profile.orderStatus') }} | {{ $t('profile.orderDate') }} |
---|---|---|---|---|
{{ order.order_number }} | ¥{{ order.amount.toFixed(2) }} | {{ order.quota }} | {{ $t('profile.orderStatus_' + order.status) }} | {{ formatDate(order.created_at) }} |
{{ $t('profile.noOrders') }} |