{$layout} {$template "../menu"}
| {{t('finance_orders_order_index@订单号')}} | {{order.code}} |
| {{t('finance_orders_order_index@订单金额')}} | ¥{{order.amount}} |
| {{t('finance_orders_order_index@创建时间')}} | {{order.createdTime}} |
| {{t('finance_orders_order_index@类型')}} | {{order.typeName}} |
| {{t('finance_orders_order_index@状态')}} | {{t('finance_orders_order_index@已过期')}} {{order.statusName}} |
| {{t('finance_orders_order_index@支付时间')}} | {{order.finishedTime}} |
| {{t('finance_orders_order_index@取消时间')}} | {{order.cancelledTime}} |
| {{t('finance_orders_order_index@支付方式')}} | {{order.method.name}} - |
| {{t('finance_orders_order_index@用户')}} |
|
| {{t('finance_orders_order_index@操作')}} | [{{t('finance_orders_order_index@完成支付')}}] |