Kaynağa Gözat

航班视图字段修改

zhongxiaoyu 2 yıl önce
ebeveyn
işleme
006f953621

+ 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>