拍照装置管理
新增
查询
重置
{{
scope.row.lastHeartbeat == null || scope.row.lastHeartbeat == 0
? ""
: $moment(scope.row.lastHeartbeat * 1000).format(
"yy-MM-DD HH:mm:ss"
)
}}
{{
scope.row.bootTime == null
? ""
: $moment(scope.row.bootTime * 1000).format(
"yy-MM-DD HH:mm:ss"
)
}}
{{ scope.row.batteryCapacity }} /
{{
scope.row.batteryVoltage.toFixed(1) == 0.0
? 0
: scope.row.batteryVoltage.toFixed(1)
}}V
{
handleSearchCommand(command, scope.row);
}
"
>
数据查询
基本信息
工作状态
运行状态
GPS位置
参数配置
修改
图片标记
删除
修改
图片标记
删除