Commit b99b5c98 authored by 黄奎's avatar 黄奎

页面修改

parent be032aeb
......@@ -617,7 +617,7 @@
<div style="flex-grow: 1;">
<table class="singeRowTable" border="0" cellspacing="0" cellpadding="0">
<tr>
<th colspan="6" style="background: #ffffff;">机票预定</th>
<th colspan="7" style="background: #ffffff;">机票预定</th>
</tr>
<tr>
<th>序号</th>
......@@ -626,20 +626,24 @@
<th>起止城市</th>
<th>起飞时间</th>
<th>抵达时间</th>
<th>操作</th>
</tr>
<tr v-for="(item,index) in CtObj.TicketList" :key="index">
<td>{{index+1}}.</td>
<td>{{item.Flight_number}}</td>
<td>
<el-input v-model="item.Flight_number" style="width:100px"></el-input>
</td>
<td>{{item.FlightDate}}</td>
<td>{{item.dName}}-{{item.aName}}</td>
<td>{{item.Departure_time}}</td>
<td>{{item.Arrival_time}}</td>
<td>删除、添加</td>
</tr>
<tr>
<td colspan="6">&nbsp;</td>
<td colspan="7">&nbsp;</td>
</tr>
<tr>
<th colspan="6" style="background: #ffffff;">酒店预订</th>
<th colspan="7" style="background: #ffffff;">酒店预订</th>
</tr>
<tr>
<th colspan="4">酒店名称</th>
......@@ -709,12 +713,13 @@
<div style="flex-shrink: 0;">
<table class="singeRowTable" border="0" cellspacing="0" cellpadding="0">
<tr>
<td contenteditable="true">
用车:全程七天用车
<td>
<el-input v-model="CtObj.Notes" placeholder=" 用车:全程七天用车
用餐:全程含餐
酒店:全程含入内
导游,教练全程随行
成都天府机场起止含全程国际段机票(赠送)</td>
成都天府机场起止含全程国际段机票(赠送)"></el-input>
</td>
</tr>
<tr>
<td>
......
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