Commit 69f1441d authored by youjie's avatar youjie

no message

parent 51442818
......@@ -320,6 +320,16 @@
{{scope.row.StartCityName}}
</div>
</template>
</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 label="机票状态">
......
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