Commit 2c621e0d authored by youjie's avatar youjie

no message

parent 3418027e
...@@ -472,11 +472,11 @@ ...@@ -472,11 +472,11 @@
</template> </template>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="航班信息" style="background:#EAEAEA"> <el-table-column v-if="item.OrderType!=3" label="航班信息" style="background:#EAEAEA">
<template slot-scope="scope"> <template slot-scope="scope">
<div>{{scope.row.AirLine}}</div> <div>{{scope.row.AirLine}}</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">
{{scope.row.FlightTime}}{{scope.row.OrderType == 1?'抵达':'出发至'}}{{scope.row.AirportName}} {{scope.row.FlightTime}}{{scope.row.OrderType == 1?'抵达':'出发至'}}{{scope.row.AirportName}}
</div> </div>
</template> </template>
...@@ -497,7 +497,7 @@ ...@@ -497,7 +497,7 @@
</div> </div>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="行李" style="background:#EAEAEA"> <el-table-column v-if="item.OrderType!=3" label="行李" style="background:#EAEAEA">
<template slot-scope="scope"> <template slot-scope="scope">
<div v-if="scope.row.HandLuggageNum>0"> <div v-if="scope.row.HandLuggageNum>0">
手提:{{ scope.row.HandLuggageNum }} 手提:{{ scope.row.HandLuggageNum }}
......
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