Browse Source

航班视图字段修改

zhongxiaoyu 2 years ago
parent
commit
006f953621
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/baggageManagement/components/flight/index.vue

+ 2 - 2
src/views/baggageManagement/components/flight/index.vue

@@ -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 @@
                   :xl="12"
                 >
                   <span>
-                    时间:{{ flightInfo.ExpectLandingTime && flightInfo.ExpectLandingTime.split("T")[1] }}
+                    时间:{{ flightInfo.expectLandingTime && flightInfo.expectLandingTime.split("T")[1] }}
                   </span>
                 </el-col>
               </el-row>