{{ 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.workingStatus.bootTime == null ||
scope.row.workingStatus.bootTime == 0
? ""
: $moment(scope.row.workingStatus.bootTime * 1000).format(
"YYYY-MM-DD HH:mm:ss"
)
}}
{{ scope.row.photoInfo.photoCount }}