订单编号:{{ currentOrder?.orderNo }}
\n客户ID:{{ currentOrder?.customerId }}
\n商品名称:{{ currentOrder?.goodsName }}
\n商品数量:{{ currentOrder?.goodsQuantity }}
\n起始地:{{ currentOrder?.startLocation }}
\n目的地:{{ currentOrder?.endLocation }}
\n运费:¥{{ currentOrder?.transportFee }}
\n当前状态:{{ getStatusText(currentOrder?.status) }}
\n