+
+
+
+
+
+ {{ item.name }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+
+
+
+
+
+
+
+
+
+
+ {{ (page - 1) * pageSize + scope.$index + 1 }}
+
+
+
+
+
+
+
+
+
+ {{ scope.row.cmdid }}
+
+
+
+
+
+ {{
+ scope.row.lastHeartbeat == 0 || scope.row.lastHeartbeat == null
+ ? ""
+ : $moment(scope.row.lastHeartbeat * 1000).format(
+ "YYYY-MM-DD HH:mm:ss"
+ )
+ }}
+
+
+
+ {{ scope.row.photoInfo.firstPhotoTime }}
+
+
+
+
+ {{ scope.row.photoInfo.lastRecvTime }}
+
+
+
+
+
+
+ {{ scope.row.photoInfo.photoCount }}
+
+
+
+
+
+
+
+
+
+
+
+