Commit da5abfce authored by youjie's avatar youjie

no message

parents 6fac0470 d55adca6
......@@ -105,7 +105,7 @@
<div class="supList" style="width:210px;" v-for="item in tabelDate" :key="item.subCode">
<div class="suTop">
<img src="../../assets/img/suplier.jpg">
<div class="topCircle">{{item.Number}}</div>
<div class="topCircle" style="left:78px;">{{item.Number}}</div>
</div>
<div class="supTitle">{{item.Name}}</div>
<div class="telNumber">{{item.Tel}}</div>
......
......@@ -762,7 +762,7 @@
}}
</td>
<td>
{{ priceFormat2(item.VisaPrice) }}(-{{
{{ item.VisaPrice | priceFormat(item.VisaPrice) }}(-{{
item.BackVisaPrice | priceFormat(item.BackVisaPrice)
}}
</td>
......@@ -1176,7 +1176,7 @@
},
});
},
//获取航班详情
//获取航班详情$t
getDetails(index) {
this.tripDetails = this.list[index].flightList;
},
......
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