Commit 211877bc authored by 黄媛媛's avatar 黄媛媛

update

parent c8065b8b
......@@ -258,6 +258,19 @@
.dic_content .gzqzUl li{
font-size:1.8rem;
}
.dic_content .TcTravel_Table{
width: 100%;
border: none;
border-collapse: collapse;
border-spacing: 0;
font-size: 1.8rem;
}
.dic_content .TcTravel_Table td{
border: 1px solid rgb(0, 0, 0);
word-break: break-all;
padding:5px;
line-height: 1.5;
}
</style>
<template>
......@@ -503,10 +516,14 @@
</p>
<h3><p class="toTopDistance">第二十一条 旅游费用及支付(以人民币为计算单位)</p></h3>
<p>
成人<font>{{dataList.adultPrice}}</font>元/人,小孩<font>{{dataList.childPrice}}</font>元/人;其中,导游服务费
成人<font>{{dataList.adultPrice}}</font>元/人,儿童(不满14岁)<font>{{dataList.childPrice}}</font>元/人;其中,导游服务费
<font>{{dataList.servicePrice}}</font>元/人;旅游费用合计:<font>{{dataList.orderPrice}}</font>元。
</p>
<p>旅游费用支付方式:<font>{{dataList.payType==1?'现金':'转账'}}</font></p>
<p>旅游费用支付方式:
<font v-if="dataList.payType==1">现金</font>
<font v-if="dataList.payType==2">转账</font>
<font v-if="dataList.payType==3">支票</font>
</p>
<p>旅游费用支付时间:<font>{{getDate(dataList.payDate)}}</font></p>
<h3><p class="toTopDistance">第二十二条&nbsp;&nbsp;人身意外伤害保险</p></h3>
<p>
......@@ -716,7 +733,8 @@
</div>
<!-- 团队行程 -->
<div v-show="ActiveTab==5" class="item_content">
<table class="content_table ClientTravelTable" cellpadding="0" cellspacing="0" style="border-collapse:collapse">
<div v-html="dataList.travelContent"></div>
<!-- <table class="content_table ClientTravelTable" cellpadding="0" cellspacing="0" style="border-collapse:collapse">
<tr>
<td width="10%">团号</td>
<td width="36%">{{dataList.tCNum}}</td>
......@@ -781,7 +799,7 @@
<span v-if="index!=tripList.length-1">双人间</span>
</td>
</tr>
</table>
</table> -->
</div>
<!-- 自愿购物活动补充协议 -->
<div v-show="ActiveTab==6" class="item_content">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment