{{ orderStatus.text }}
{{ orderStatus.desc }}
{{ $t('payment.orderInfo') }}
{{ $t('order.orderNo') }}
{{ orderInfo.orderNo || '-' }}
{{ $t('order.deviceNo') }}
{{ orderInfo.deviceNo || '-' }}
{{ $t('payment.createTime') }}
{{ orderInfo.createTime || '-' }}
{{ $t('payment.contactPhone') }}
{{ orderInfo.phone || '-' }}
{{ $t('payment.feeInfo') }}
{{ $t('payment.deposit') }}
¥{{ orderInfo.deposit || '99.00' }}
{{ $t('payment.package') }}
{{ packageInfo.price }}{{ $t('unit.yuan') }}/{{ packageInfo.time }}{{ $t('time.hour') }}
{{ $t('payment.total') }}
¥{{ totalAmount }}
{{ $t('payment.total') }}:
¥{{ totalAmount }}
{{ $t('payment.payNow') }}