|
@@ -13,6 +13,7 @@
|
|
|
}}</span>
|
|
|
</div>
|
|
|
<div class="mt-10">订单号:{{ orderDetailInfo.orderNo }}</div>
|
|
|
+ <div class="mt-5">下单时间:{{ orderDetailInfo.createTime }}</div>
|
|
|
</div>
|
|
|
|
|
|
<div class="mt-15 flex flex-col space-y-10 rounded-xl bg-white p-20">
|
|
@@ -27,12 +28,13 @@
|
|
|
orderDetailInfo?.tourismProjectVo?.projectTitle || ""
|
|
|
}}</span>
|
|
|
</div>
|
|
|
- <div>预定时间:{{ orderDetailInfo.createTime }}</div>
|
|
|
+
|
|
|
<div>
|
|
|
- 行程日期:{{
|
|
|
+ 出发日期:{{
|
|
|
$dayjs(orderDetailInfo.departureDate).format("YYYY-MM-DD")
|
|
|
}}
|
|
|
</div>
|
|
|
+ <div>行程天数:{{ orderDetailInfo.countTimes }}</div>
|
|
|
</div>
|
|
|
|
|
|
<div class="mt-15 rounded-xl bg-white p-20">
|
|
@@ -46,7 +48,7 @@
|
|
|
<span class="ml-5 text-xl font-semibold text-black-3">顾客信息</span>
|
|
|
</div>
|
|
|
<div class="flex flex-col space-y-5 mt-15">
|
|
|
- <div>顾客姓名:{{ orderDetailInfo.customerName }}</div>
|
|
|
+ <div>联系人:{{ orderDetailInfo.customerName }}</div>
|
|
|
<div>联系电话:{{ orderDetailInfo.customerMobile }}</div>
|
|
|
<div>备用电话:{{ orderDetailInfo.customerMobileStandby }}</div>
|
|
|
<div>微信:{{ orderDetailInfo.customerWechat }}</div>
|