diff --git a/src/views/trainticket/index.jsx b/src/views/trainticket/index.jsx
index 78b0883..523b862 100644
--- a/src/views/trainticket/index.jsx
+++ b/src/views/trainticket/index.jsx
@@ -27,6 +27,26 @@ const planListColumns = [
dataIndex: "PersonNum",
key: "PersonNum",
},
+ {
+ title: "出发",
+ key: "FromAirport",
+ dataIndex: "FromAirport",
+ },
+ {
+ title: "抵达",
+ key: "ToAirport",
+ dataIndex: "ToAirport",
+ },
+ {
+ title: "车次",
+ key: "FlightNo",
+ dataIndex: "FlightNo",
+ },
+ {
+ title: "座位类型",
+ key: "FlightCabin",
+ dataIndex: "FlightCabin",
+ },
{
title: "出发日期",
key: "StartDate",
@@ -38,32 +58,18 @@ const planListColumns = [
},
},
{
- title: "出发城市",
- key: "FromCity",
- dataIndex: "FromCity",
- },
- {
- title: "抵达城市",
- key: "ToCity",
- dataIndex: "ToCity",
- },
- {
- title: "航班",
- key: "FlightNo",
- dataIndex: "FlightNo",
- },
- {
- title: "起飞时间",
+ title: "开始时间",
key: "FlightStart",
dataIndex: "FlightStart",
render: text => formatColonTime(text),
},
{
- title: "落地时间",
+ title: "抵达时间",
key: "FlightEnd",
dataIndex: "FlightEnd",
render: text => formatColonTime(text),
},
+
{
title: "出票处理",
key: "TicketIssued",
@@ -80,7 +86,7 @@ const planListColumns = [
title: "操作",
key: "FlightInfo",
dataIndex: "FlightInfo",
- render: (text, record) =>