@@ -240,7 +240,7 @@
:xl="12"
>
<span>
- 日期:{{ flightInfo.ExpectLandingTime && flightInfo.ExpectLandingTime.split("T")[0] }}
+ 日期:{{ flightInfo.expectLandingTime && flightInfo.expectLandingTime.split("T")[0] }}
</span>
</el-col>
<el-col
@@ -249,7 +249,7 @@
- 时间:{{ flightInfo.ExpectLandingTime && flightInfo.ExpectLandingTime.split("T")[1] }}
+ 时间:{{ flightInfo.expectLandingTime && flightInfo.expectLandingTime.split("T")[1] }}
</el-row>