- {{calcDeliveryTime(scope.row.sendDate,scope.row.scanDate)}}天
+ {{calcDeliveryTime(scope.row.sendDate,scope.row.lastScanRecord.scanDate)}} 天
-
- 轨迹异常:停留超时{{calcDeliveryTime(new Date(),scope.row.scanDate)}}天
+ {{scope.row.lastScanRecord.scanDate}}
+
+ 轨迹异常:停留超时{{calcDeliveryTime(new Date(),scope.row.lastScanRecord.scanDate)}} 天
- {{calcDeliveryTime(new Date(),scope.row.scanDate)}}天
+ {{calcDeliveryTime(new Date(),scope.row.lastScanRecord.scanDate)}}天