Commit c99d28cc authored by youjie's avatar youjie

no message

parent a0f3d25d
...@@ -475,17 +475,13 @@ ...@@ -475,17 +475,13 @@
<el-table-column label="航班" style="background:#EAEAEA"> <el-table-column label="航班" style="background:#EAEAEA">
<template slot-scope="scope"> <template slot-scope="scope">
<div>{{scope.row.AirLine}}</div> <div>{{scope.row.AirLine}}</div>
<div>
{{scope.row.AirportName}}
</div>
<div class="text-grey-9 q-pt-xs">{{scope.row.FlightNumber}}</div> <div class="text-grey-9 q-pt-xs">{{scope.row.FlightNumber}}</div>
<div class="text-grey-6 q-pt-xs" v-if="item.OrderType!=3"> <div class="text-grey-6 q-pt-xs" v-if="item.OrderType!=3">
{{scope.row.OrderType == 1?'抵达时间':'出发时间'}}{{scope.row.FlightTime}} {{scope.row.FlightTime}}{{scope.row.OrderType == 1?'抵达':'出发至'}}{{scope.row.AirportName}}
</div> </div>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="上下车地点" style="background:#EAEAEA"> <el-table-column label="上下车信息" style="background:#EAEAEA">
<template slot-scope="scope"> <template slot-scope="scope">
<div> <div>
预定时间:{{ scope.row.OrderDate }} 预定时间:{{ scope.row.OrderDate }}
......
...@@ -68,7 +68,7 @@ ...@@ -68,7 +68,7 @@
<th width="130">下单时间</th> <th width="130">下单时间</th>
<th width="110">报价状态</th> <th width="110">报价状态</th>
<!-- <th width="110">确认状态</th> --> <!-- <th width="110">确认状态</th> -->
<th width="200">操作</th> <th width="210">操作</th>
</tr> </tr>
<tbody v-for="(item, index) in DataList" :key="index"> <tbody v-for="(item, index) in DataList" :key="index">
<tr> <tr>
......
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