Commit 69f1441d authored by youjie's avatar youjie

no message

parent 51442818
...@@ -321,6 +321,16 @@ ...@@ -321,6 +321,16 @@
</div> </div>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="DepartTime" label="起飞时间" width="120">
<template slot-scope="scope">
<div v-if="!scope.row.DepartTime">
-
</div>
<div v-else>
{{scope.row.DepartTime}}
</div>
</template>
</el-table-column>
<el-table-column prop="GuestCount" label="人数"></el-table-column> <el-table-column prop="GuestCount" label="人数"></el-table-column>
<el-table-column label="机票状态"> <el-table-column label="机票状态">
<template slot-scope="scope"> <template slot-scope="scope">
......
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